Trait dyn_std::ops::Shr

source ·
pub trait Shr: Dyn {
    // Required method
    fn dyn_shr(self: Box<Self>, other: Box<dyn Any>) -> *mut ();
}

Required Methods§

source

fn dyn_shr(self: Box<Self>, other: Box<dyn Any>) -> *mut ()

Implementors§

source§

impl<T: Dyn + Shr<Output = T>> Shr for T