Type Definition liquid_interpreter::FilterResult

source ·
pub type FilterResult = Result<Value, Error>;
Expand description

Expected return type of a Filter.