Trait as_is::ref_ops::RefBitOrIs  
source · [−]pub trait RefBitOrIs<Rhs: AsIs = Self>: ToOwnedwhere
    for<'a> Self: RefBitOr<Owned<Rhs>, Output = Self::Output> + RefBitOr<&'a Owned<Rhs>, Output = Self::Output> + RefBitOr<&'a Rhs::Is, Output = Self::Output>,{
    type Output;
    fn ref_bitor_is(&self, rhs: Rhs) -> <Self as RefBitOrIs<Rhs>>::Output;
}