Type Alias 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>