MCPcopy Create free account
hub / github.com/Glyphack/enderpy / AsPythonCompat

Interface AsPythonCompat

parser/src/parser/compat.rs:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4use serde_json::{json, Value};
5
6pub trait AsPythonCompat {
7 fn as_python_compat(&self, parser: &Parser) -> Value;
8}
9
10trait AsNullablePythonCompat<T: AsPythonCompat> {
11 fn as_python_compat(&self, parser: &Parser) -> Value;

Callers

nothing calls this directly

Implementers 1

compat.rsparser/src/parser/compat.rs

Calls

no outgoing calls

Tested by

no test coverage detected