Type Definition gpiocdev_uapi::Result
source · pub type Result<T> = Result<T, Error>;
Expand description
The result returned by gpiocdev_uapi
functions.
pub type Result<T> = Result<T, Error>;
The result returned by gpiocdev_uapi
functions.