Skip to main content

SealUseMapBuilder

Trait SealUseMapBuilder 

Source
pub trait SealUseMapBuilder { }
Expand description

Used to seal ShouldUseMapBuilder

Implementations on Foreign Types§

Source§

impl<T> SealUseMapBuilder for BTreeMap<String, T>
where T: Buildable,

Source§

impl<T> SealUseMapBuilder for HashMap<String, T>
where T: Buildable,

Implementors§