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