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