Structs§
- Python
Callback Layer Bridge PythonCallbackLayerBridge
is an adapter allowing thetracing_subscriber::layer::Layer
trait to be implemented by a Python object. Each trait method’s arguments are serialized as JSON strings and passed to the corresponding method on the Python object if it exists.