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