[][src]Trait radix_tree::Vectorable

pub trait Vectorable<K> where
    K: Copy + PartialEq + PartialOrd
{ fn into(&self) -> Vec<K>; }

Required methods

fn into(&self) -> Vec<K>

Loading content...

Implementations on Foreign Types

impl Vectorable<u8> for &'static str[src]

impl Vectorable<u8> for String[src]

impl Vectorable<u32> for &'static str[src]

impl Vectorable<u32> for String[src]

impl Vectorable<char> for &'static str[src]

impl Vectorable<char> for String[src]

impl<K> Vectorable<K> for Vec<K> where
    K: Copy + PartialEq + PartialOrd
[src]

impl<'_, K> Vectorable<K> for &'_ [K] where
    K: Copy + PartialEq + PartialOrd
[src]

Loading content...

Implementors

Loading content...