Type Alias rpds::list::ListSync

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

Implementations§

source§

impl<T> ListSync<T>

source

pub fn new_sync() -> ListSync<T>