pub_just::keyed

Trait Keyed

Source
pub trait Keyed<'key> {
    // Required method
    fn key(&self) -> &'key str;
}

Required Methods§

Source

fn key(&self) -> &'key str

Implementors§

Source§

impl<'key, T: Keyed<'key>> Keyed<'key> for Rc<T>

Source§

impl<'src> Keyed<'src> for Justfile<'src>

Source§

impl<'src> Keyed<'src> for Set<'src>

Source§

impl<'src, D> Keyed<'src> for Recipe<'src, D>

Source§

impl<'src, T> Keyed<'src> for Alias<'src, T>

Source§

impl<'src, V> Keyed<'src> for Binding<'src, V>