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