[][src]Type Definition liquid_error::Result

type Result<T, E = Error> = Result<T, E>;

Convenience type alias for Liquid compiler errors

Trait Implementations

impl<T> ResultLiquidExt<T> for Result<T>[src]