Trait PowerExpect
pub trait PowerExpect
Associated Types
type Output;
Required Methods
fn X(self) -> Self::Output
Implementors
impl<T> PowerExpect for Option<T>impl<T, E: Display> PowerExpect for Result<T, E>
PowerExpectpub trait PowerExpect
type Output;fn X(self) -> Self::Outputimpl<T> PowerExpect for Option<T>impl<T, E: Display> PowerExpect for Result<T, E>