pub trait Any { }Expand description
Dummy trait implemented by every type.
As such, its trait object vtable only contains the drop impl for the type. Used to type erase
the closure type in BareFn and friends.
pub trait Any { }Dummy trait implemented by every type.
As such, its trait object vtable only contains the drop impl for the type. Used to type erase
the closure type in BareFn and friends.