pub fn dyn_cast_box<T: SupportsInterfaces + ?Sized, DynInterface, A: Allocator>( x: Box<T, A>, ) -> Option<Box<DynInterface, A>>where DynInterface: Pointee<Metadata = DynMetadata<DynInterface>> + ?Sized + 'static,
Runtime-checking safe cast for Boxed objects.
Box