[−][src]Trait powerset_enum_traits::WithoutVariant 
            Associated Types
type Without
Required methods
fn remove_possibility(self) -> Result<Self::Without, V>
Implementations on Foreign Types
impl<T, E, V> WithoutVariant<V> for Result<T, E> where
    E: WithoutVariant<V>, [src]
E: WithoutVariant<V>,