pub trait IntoShared<ContentType> {
// Required method
fn into_shared(self) -> Shared<ContentType>;
}Expand description
Convenience trait to add into_shared() to any type
pub trait IntoShared<ContentType> {
// Required method
fn into_shared(self) -> Shared<ContentType>;
}Convenience trait to add into_shared() to any type