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