Props

Type Alias Props 

Source
pub type Props = HashMap<String, PropVal>;
Expand description

Properties metadata. Each property is a tuple of an identifier and a value.

Aliased Type§

pub struct Props { /* private fields */ }

Trait Implementations§

Source§

impl Absorb for Props

Source§

type Other = HashMap<String, PropVal>

Source§

fn absorb(&mut self, other: Self::Other)

Absorb other into self.
Source§

impl PruneIncodoc for Props