Type Alias Item

Source
pub type Item = HashMap<String, String>;

Aliased Type§

pub struct Item { /* private fields */ }

Trait Implementations§

Source§

impl ItemExt for Item

Source§

fn href(&self) -> Option<&String>

Source§

fn label(&self) -> &String

Source§

fn column_value<'me>(&'me self, tree: &'me SkillTree, c: &str) -> &'me str

Source§

fn validate(&self) -> Result<(), Error>