Type Alias rpds::stack::StackSync

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

Aliased Type§

struct StackSync<T> { /* private fields */ }

Implementations§

source§

impl<T> StackSync<T>

source

pub fn new_sync() -> StackSync<T>