Trait std_ext::ArcExt

source ·
pub trait ArcExt {
    // Provided method
    fn arc(self) -> Arc<Self>
       where Self: Sized { ... }
}

Provided Methods§

source

fn arc(self) -> Arc<Self>
where Self: Sized,

Implementors§

source§

impl<T: ?Sized> ArcExt for T