[][src]Trait liquid::model::object::ObjectIndex

pub trait ObjectIndex: Borrow<str> + Eq + Ord + Debug + Display + Hash {
    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...