TraceSinkProtocol
Defined in the specialized module.Rust AI Agent SDK Trace sink protocol trait
Methods
write
| Name | Type |
|---|---|
event | &TraceEvent |
flush
close
Source
View on GitHub
praisonai/src/parity/specialized.rs at line 0TraceSinkProtocol: Trace sink protocol trait
Defined in the specialized module.Rust AI Agent SDK Trace sink protocol trait
writefn write(&self, event: &TraceEvent) -> ()
| Name | Type |
|---|---|
event | &TraceEvent |
flushfn flush(&self) -> ()
closefn close(&self) -> ()
praisonai/src/parity/specialized.rs at line 0