[][src]Trait picollar::config::Key

pub trait Key: Debug {
    fn get<'t>(&self, t: &'t Value) -> Option<&'t Value>;
}

Required methods

fn get<'t>(&self, t: &'t Value) -> Option<&'t Value>

Loading content...

Implementations on Foreign Types

impl Key for str[src]

impl<'_, K: ?Sized> Key for [&'_ K] where
    K: Key
[src]

Loading content...

Implementors

impl<'s, R: Debug + AsRef<[&'s str]>> Key for R[src]

Loading content...