Type Alias BinderIoctlResult

Source
pub type BinderIoctlResult = Result<Vec<IoctlWrite>, Errno>;

Aliased Type§

pub enum BinderIoctlResult {
    Ok(Vec<IoctlWrite>),
    Err(Errno),
}

Variants§

§1.0.0

Ok(Vec<IoctlWrite>)

Contains the success value

§1.0.0

Err(Errno)

Contains the error value