Type Definition libpasta::errors::Result
[−]
type Result<T> = Result<T, Error>;
Convenient wrapper around std::Result
.
type Result<T> = Result<T, Error>;
Convenient wrapper around std::Result
.