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