Struct twig::mold::Basket
[−]
[src]
pub struct Basket<'c, T> {
pub map: HashMap<&'c str, T>,
// some fields omitted
}Fields
map |
pub struct Basket<'c, T> {
pub map: HashMap<&'c str, T>,
// some fields omitted
}map |
impl<'c, T> Basket<'c, T> where T: Eq + Clone