Struct liquid_interpreter::CycleState [−][src]
pub struct CycleState<'a, 'g> where
'g: 'a, { /* fields omitted */ }See cycle tag.
Methods
impl<'a, 'g> CycleState<'a, 'g>[src]
impl<'a, 'g> CycleState<'a, 'g>pub fn cycle_element(
&mut self,
name: &str,
values: &[Argument]
) -> Result<Value>[src]
pub fn cycle_element(
&mut self,
name: &str,
values: &[Argument]
) -> Result<Value>See cycle tag.
Auto Trait Implementations
impl<'a, 'g> !Send for CycleState<'a, 'g>
impl<'a, 'g> !Send for CycleState<'a, 'g>impl<'a, 'g> !Sync for CycleState<'a, 'g>
impl<'a, 'g> !Sync for CycleState<'a, 'g>