Struct liquid_lib::stdlib::RawBlock [−][src]
pub struct RawBlock;
Implementations
Trait Implementations
fn parse(
&self,
arguments: TagTokenIter<'_>,
tokens: TagBlock<'_, '_>,
_options: &Language
) -> Result<Box<dyn Renderable>>
Auto Trait Implementations
impl RefUnwindSafe for RawBlock
impl UnwindSafe for RawBlock
Blanket Implementations
Mutably borrows from an owned value. Read more