pub type LairResult<T> = Result<T, LairError>;
Expand description

Lair Result Type.