pub trait Shr { // Required method fn dyn_shr(self: Box<Self>, other: Box<dyn Any>) -> *mut (); }
Dynamic (object-safe) version of Shr
Shr