[][src]Type Definition rpds::stack::StackSync

type StackSync<T> = Stack<T, ArcK>;

Methods

impl<T> StackSync<T>[src]

#[must_use] pub fn new_sync() -> StackSync<T>[src]