pub trait StdExt {
    fn arc(self) -> Arc<Self>
    where
        Self: Sized
, { ... } }

Provided Methods

Implementors