anyhow
1.0.99
Sealed
Implementations on Foreign Types
Option<T>
Result<T, E>
Implementors
In anyhow::
context::
private
anyhow
::
context
::
private
Trait
Sealed
Copy item path
Source
pub trait Sealed { }
Implementations on Foreign Types
§
Source
§
impl<T>
Sealed
for
Option
<T>
Source
§
impl<T, E>
Sealed
for
Result
<T, E>
where E:
StdError
,
Implementors
§