Type Definition liquid_error::Result[][src]

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

Convenience type alias for Liquid compiler errors

Trait Implementations

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

Add a new stack frame to the liquid_error::Error.

Add a new stack frame to the liquid_error::Error.

Add state the current stack frame.

Add state the current stack frame.