binder::binder_impl

Type Alias status_t

pub type status_t = i32;
Expand description

One of the STATUS_* values.

All unrecognized values are coerced into STATUS_UNKNOWN_ERROR.

Trait Implementations§

Source§

impl From<Status> for status_t

Source§

fn from(status: Status) -> status_t

Converts to this type from the input type.