Trait radn::rstd::collections::stack::ExtStackClone
source · pub trait ExtStackClone<'a, Ctx: Context<'a>, A: Mentionable<'a, Ctx> + Clone>: MentionableBase<'a> {
// Required method
fn vec(self) -> StackVecWrapped<'a, Ctx, A>;
}Expand description
Extention trait with helper methods for Stacks.
Required Methods§
sourcefn vec(self) -> StackVecWrapped<'a, Ctx, A>
fn vec(self) -> StackVecWrapped<'a, Ctx, A>
Collect all the elements into a Vec.