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

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

Implementations

impl<T> StackSync<T>[src]

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