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