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