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§

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 RemoveErrors for Props

Source§

fn remove_errors(&mut self)