pub trait IntoAny { // Required method fn into_any(self) -> AnyView; }
Allows converting some view into AnyView.
AnyView
Converts the view into a type-erased AnyView.