pub fn send_command(
stream: &mut TcpStream,
command: &ServerCommand,
) -> Result<()>
Expand description
Send a ServerCommand to the server
pub fn send_command(
stream: &mut TcpStream,
command: &ServerCommand,
) -> Result<()>
Send a ServerCommand to the server