Type Definition tsukuyomi::Result[][src]

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

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