Skip to main content

SealUseMapBuilder

Trait SealUseMapBuilder 

Source
pub trait SealUseMapBuilder { }
Expand description

Used to seal ShouldUseMapBuilder

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

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§