IsSet

Trait IsSet 

Source
pub trait IsSet: Sealed { }
Expand description

Trait indicating a builder field is set (has a value)

Implementors§

Source§

impl<T> IsSet for Set<T>