Type Definition btleplug::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

Convenience type for a result using the btleplug Error type.