[][src]Trait djson::IntoIndex

pub trait IntoIndex {
    fn to_index(&self) -> Index;
}

Required methods

fn to_index(&self) -> Index

Loading content...

Implementations on Foreign Types

impl<'_> IntoIndex for &'_ str[src]

impl IntoIndex for String[src]

impl IntoIndex for usize[src]

Loading content...

Implementors

Loading content...