Trait smithay::backend::session::AsErrno[][src]

pub trait AsErrno: Debug {
    fn as_errno(&self) -> Option<i32>;
}
Expand description

Allows errors to be described by an error number

Required methods

Returns the error number representing this error if any

Implementations on Foreign Types

Implementors