Trait fructose::operators::bit::ClosedBitShr[][src]

pub trait ClosedBitShr<Rhs = Self>: Shr<Rhs, Output = Self> + ShrAssign<Rhs> { }

Implementors

impl<T, Rhs> ClosedBitShr<Rhs> for T where
    T: Shr<Rhs, Output = Self> + ShrAssign<Rhs>, 
[src]

Loading content...