Struct liquid_core::parser::Language [−][src]
pub struct Language {
pub blocks: PluginRegistry<Box<dyn ParseBlock>>,
pub tags: PluginRegistry<Box<dyn ParseTag>>,
pub filters: PluginRegistry<Box<dyn ParseFilter>>,
// some fields omitted
}
Fields
blocks: PluginRegistry<Box<dyn ParseBlock>>
filters: PluginRegistry<Box<dyn ParseFilter>>
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Language
impl !UnwindSafe for Language
Blanket Implementations
Mutably borrows from an owned value. Read more