Trait std::ops::Shr

pub trait Shr<RHS, Result> {
    fn shr(&self, rhs: &RHS) -> Result;
}

Required Methods

fn shr(&self, rhs: &RHS) -> Result

Implementors