Trait minetest_protocol::wire::command::CommandRef
source · pub trait CommandRef: CommandProperties + Debug + Serialize + Deserialize {
// Required methods
fn toserver_ref(&self) -> Option<&ToServerCommand>;
fn toclient_ref(&self) -> Option<&ToClientCommand>;
}