MCPcopy Create free account
hub / github.com/TanTanDev/runity / UnityLoggerCallback

Class UnityLoggerCallback

rust/runity/src/logging.rs:30–32  ·  view source on GitHub ↗

calls into unity

Source from the content-addressed store, hash-verified

28
29// calls into unity
30struct UnityLoggerCallback {
31 pub cb_log: Box<dyn Fn(LogMessage) + Send>,
32}
33
34impl UnityLoggerCallback {
35 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected