Type Definition liquid_interpreter::FilterResult[][src]

type FilterResult = Result<Value, Error>;

Expected return type of a Filter.