pub trait SpecialSetTrait:
AsAnyValue
+ AnyValueTrait
+ Send
+ Sync
+ CodePartTrait
+ SpecialTrait {
// Required method
fn clone_boxed(&self) -> SpecialSet;
}pub trait SpecialSetTrait:
AsAnyValue
+ AnyValueTrait
+ Send
+ Sync
+ CodePartTrait
+ SpecialTrait {
// Required method
fn clone_boxed(&self) -> SpecialSet;
}