[−][src]Type Definition error_chain::example_generated::inner::Result
type Result<T> = Result<T, Error>;
Convenient wrapper around std::Result
.
type Result<T> = Result<T, Error>;
Convenient wrapper around std::Result
.