Skip to main content

ArcExt

Trait 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,

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: ?Sized> ArcExt for T