pub trait BtErr<T> { // Required method fn bterr(self) -> Result<T>; }
Maps the error in the given result to a btlib::Error.
btlib::Error