pub type BinderIoctlResult = Result<Vec<IoctlReadWrite>, Errno>;Aliased Type§
pub enum BinderIoctlResult {
Ok(Vec<IoctlReadWrite>),
Err(Errno),
}pub type BinderIoctlResult = Result<Vec<IoctlReadWrite>, Errno>;pub enum BinderIoctlResult {
Ok(Vec<IoctlReadWrite>),
Err(Errno),
}