Trait std::ops::Shl

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

Required Methods

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

Implementors