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