Type Alias ruci::GuiConnection
source · pub type GuiConnection = UciConnection<EngineMessage, GuiMessage>;Expand description
A connection to a GUI, used by an engine.
Aliased Type§
struct GuiConnection {
pub process: Child,
pub stdout: ChildStdout,
pub stdin: ChildStdin,
/* private fields */
}Fields§
§process: Child§stdout: ChildStdout§stdin: ChildStdin