You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the feature called "block fragments" as described in the book, section "Block Segments". The block fragment I am trying to create is part of a larger template and the Rust code looks like this:
I am trying to use the feature called "block fragments" as described in the book, section "Block Segments". The block fragment I am trying to create is part of a larger template and the Rust code looks like this:
However the line
#[derive(Template)]
stops on the error:Looking at the Docs.rs documentation this feature is not documented which makes me think this is not supported for some reason.
Anyways, I cannot seem to figure out what I am doing wrong. Thanks!
The text was updated successfully, but these errors were encountered: