pub type AppFace = InProcFace;Expand description
Alias for InProcFace: the in-process app-to-engine face backed by
tokio::sync::mpsc (zero syscalls, same-thread or cross-thread).
Aliased Typeยง
pub struct AppFace { /* private fields */ }pub type AppFace = InProcFace;Alias for InProcFace: the in-process app-to-engine face backed by
tokio::sync::mpsc (zero syscalls, same-thread or cross-thread).
pub struct AppFace { /* private fields */ }