pub trait AsAnyMut {
// Required method
fn as_any_mut(&self) -> &mut dyn Any;
}Expand description
Like AsAnyRef but the reference returned is mutable.
pub trait AsAnyMut {
// Required method
fn as_any_mut(&self) -> &mut dyn Any;
}Like AsAnyRef but the reference returned is mutable.