Skip to main content

ArcExt

Trait ArcExt 

Source
pub trait ArcExt {
    type Pointee: ?Sized;
}
Expand description

Extension trait for Arc.

Required Associated Types§

Source

type Pointee: ?Sized

The T in Arc<T>

Implementors§