[−][src]Type Definition tsukuyomi::Result
type Result<T> = Result<T, Error>;
A type alias of Result<T, E>
with error::Error
as error type.
type Result<T> = Result<T, Error>;
A type alias of Result<T, E>
with error::Error
as error type.