[][src]Type Definition trajan::error::Result

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

A type alias to handle an error occured in the library.