[−][src]Type Definition liquid_core::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]
fn trace<S>(self, trace: S) -> Result<T> where
S: Into<KString>, [src]
S: Into<KString>,
fn trace_with<F>(self, trace: F) -> Result<T> where
F: FnOnce() -> KString, [src]
F: FnOnce() -> KString,
fn context_key<S>(self, key: S) -> Key<T> where
S: Into<KString>, [src]
S: Into<KString>,
fn context_key_with<F>(self, key: F) -> FnKey<T, F> where
F: FnOnce() -> KString, [src]
F: FnOnce() -> KString,