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