pub trait JsonSyntaxTreeTrait:
AsAnyValue
+ AnyValueTrait
+ Send
+ Sync {
// Required methods
fn as_enum(&self) -> JsonSyntaxTreeEnum;
fn clone_boxed(&self) -> JsonSyntaxTree;
fn produce(&self, p__418: JsonProducer);
}