Enum drone_core::proc_loop::Out [−][src]
pub enum Out<Req, CmdRes> { Req(Req), CmdRes(CmdRes), }
Sess::Fiber
output.
See also In
.
Variants
Request that the command loop is waiting for.
Result for the last command.
pub enum Out<Req, CmdRes> { Req(Req), CmdRes(CmdRes), }
Sess::Fiber
output.
See also In
.
Request that the command loop is waiting for.
Result for the last command.