Type Definition base::errno::Result

source ·
pub type Result<T> = Result<T, Error>;

Trait Implementations§

Returns true if this result indicates the operation was interrupted and should be retried, and false in all other cases.