Struct liquid_lib::stdlib::CommentBlock [−][src]
pub struct CommentBlock;
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 CommentBlock
impl Send for CommentBlock
impl Sync for CommentBlock
impl Unpin for CommentBlock
impl UnwindSafe for CommentBlock
Blanket Implementations
Mutably borrows from an owned value. Read more