Type Definition rpds::list::ListSync[][src]

pub type ListSync<T> = List<T, ArcK>;

Implementations