Type Definition tsukuyomi::Result

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

A type alias of Result<T, E> with error::Error as error type.