Type Definition base::errno::Result

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

Trait Implementations§

source§

impl<T> InterruptibleResult for Result<T>

source§

fn is_interrupted(&self) -> bool

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