[][src]Trait radix_tree::Vectorable

pub trait Vectorable<K> {
    fn into(self) -> Vec<K>;
}

Required methods

fn into(self) -> Vec<K>

Loading content...

Implementors

Loading content...