Struct lichen::parse::Env [] [src]

pub struct Env {
    pub def: HashMap<String, DefBlock>,
    pub src: HashMap<String, SrcBlock>,
}

Fields