Type Definition radn::rstd::collections::stack::StackVecResult
source · pub type StackVecResult<'a, Ctx, A> = Result<Vec<A>, StackFaiure<'a, Ctx, A>>;Expand description
See StackVecWrapped.
pub type StackVecResult<'a, Ctx, A> = Result<Vec<A>, StackFaiure<'a, Ctx, A>>;See StackVecWrapped.