Struct liquid_lib::stdlib::Upcase
source · pub struct Upcase;Trait Implementations§
source§impl FilterReflection for Upcase
impl FilterReflection for Upcase
fn name(&self) -> &'static str
fn description(&self) -> &'static str
fn positional_parameters(&self) -> &'static [ParameterReflection]
fn keyword_parameters(&self) -> &'static [ParameterReflection]
source§impl ParseFilter for Upcase
impl ParseFilter for Upcase
source§fn parse(&self, args: FilterArguments<'_>) -> Result<Box<dyn Filter>>
fn parse(&self, args: FilterArguments<'_>) -> Result<Box<dyn Filter>>
Filter
input based on arguments.