Type Definition tsukuyomi::error::Result [−][src]
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.