☰
AnyhowErrorExt
Required Methods
bterr
Implementations on Foreign Types
Result<T>
Implementors
In btlib::error
?
Trait
btlib
::
error
::
AnyhowErrorExt
source
·
[
−
]
pub trait AnyhowErrorExt<T> { // Required method fn
bterr
(self) ->
Result
<T>; }
Required Methods
§
source
fn
bterr
(self) ->
Result
<T>
Implementations on Foreign Types
§
source
§
impl<T>
AnyhowErrorExt
<T> for
Result
<T>
source
§
fn
bterr
(self) ->
Result
<T>
Implementors
§