Trait moreops::ResultExt [] [src]

pub trait ResultExt<T, E>: Sized {
    fn swap(self) -> Result<E, T>;
}

Required Methods

Implementors