Type Definition btleplug::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

Convenience type for a result using the btleplug Error type.