Type Alias RtRc

Source
pub type RtRc<T> = Arc<T>;

Aliased Typeยง

pub struct RtRc<T> { /* private fields */ }