pub trait FallBackOn<I> {
    fn fallback(self, then: I) -> FallBack<I> ;
}

Required Methods

Implementors