Skip to main content

SealUseListBuilder

Trait SealUseListBuilder 

Source
pub trait SealUseListBuilder { }
Expand description

Used to seal ShouldUseListBuilder.

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> SealUseListBuilder for BTreeSet<T>

Source§

impl<T> SealUseListBuilder for HashSet<T>

Source§

impl<T> SealUseListBuilder for Vec<T>

Implementors§