[][src]Trait liquid_value::ObjectIndex

pub trait ObjectIndex: Debug + Display + Ord + Hash + Eq + Borrow<str> {
    fn as_index(&self) -> &str;
}

Owned object index

Required methods

fn as_index(&self) -> &str

Borrow the index

Loading content...

Implementations on Foreign Types

impl ObjectIndex for String[src]

impl ObjectIndex for KString[src]

Loading content...

Implementors

Loading content...