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