Function send_cmd

Source
fn send_cmd<T: Immutable + IntoBytes>(
    control_socket: &UnixSeqpacket,
    data: T,
) -> Result<(), Error>