Trait result::ResultOptionExt
[−]
[src]
pub trait ResultOptionExt { type Out; fn invert(self) -> Self::Out; }
Extension trait for nested Option
and Result
types.
Associated Types
type Out
The inverted output type of the operation.