Type Definition liquid_error::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Convenience type alias for Liquid compiler errors

Trait Implementations§

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.