Trait cursive_core::view::IntoBoxedView
source · [−]pub trait IntoBoxedView {
fn into_boxed_view(self) -> Box<dyn View>;
}Expand description
Represents a type that can be made into a Box<View>.
Required Methods
fn into_boxed_view(self) -> Box<dyn View>
fn into_boxed_view(self) -> Box<dyn View>
Returns a Box<View>.