Type Definition tin_lang::error::Result

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

A convenience result wrapper for the Error type.