[][src]Function dynamixel2::write_instruction

pub fn write_instruction<W: ?Sized, I>(
    stream: &mut W,
    instruction: &I
) -> Result<(), WriteError> where
    W: Write,
    I: Instruction

Write an instruction to a stream.