abc::Result
[−]
[src]
type Result<T> = Result<T, Error>;
Encodes the possibility of a thread panicking and corruping a mutex.
type Result<T> = Result<T, Error>;
Encodes the possibility of a thread panicking and corruping a mutex.