[][src]Type Definition sheldon::Result

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

A custom result type to use in this crate.