Type Definition liquid_error::Result
source · Expand description
Convenience type alias for Liquid compiler errors
Trait Implementations§
source§impl<T> ResultLiquidExt<T> for Result<T>
impl<T> ResultLiquidExt<T> for Result<T>
source§fn trace<S>(self, trace: S) -> Result<T>where
S: Into<Cow<'static, str>>,
fn trace<S>(self, trace: S) -> Result<T>where
S: Into<Cow<'static, str>>,
Add a new stack frame to the
liquid_error::Error.source§fn trace_with<F>(self, trace: F) -> Result<T>where
F: FnOnce() -> String,
fn trace_with<F>(self, trace: F) -> Result<T>where
F: FnOnce() -> String,
Add a new stack frame to the
liquid_error::Error.