pub trait AsBoxedItem {
// Required method
fn into_boxed_item(self) -> BoxedItem;
}
Expand description
A trait for converting various types into a BoxedItem
.
pub trait AsBoxedItem {
// Required method
fn into_boxed_item(self) -> BoxedItem;
}
A trait for converting various types into a BoxedItem
.