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

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

Implementations