Type Alias rpds::stack::StackSync

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

Implementations§

source§

impl<T> StackSync<T>

source

pub fn new_sync() -> StackSync<T>