[go: up one dir, main page]

StackSync

Type Alias StackSync 

Source
pub type StackSync<T> = Stack<T, ArcTK>;

Aliased Type§

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

Implementations§

Source§

impl<T> StackSync<T>

Source

pub fn new_sync() -> StackSync<T>