write_frame_to_std_out

Function write_frame_to_std_out 

Source
pub fn write_frame_to_std_out(data: Vec<u8>, tag: SurgeryStep)
Expand description

Writes a frame to the standard output.

ยงArguments

  • data - The raw data of the frame.
  • tag - The tag associated with the frame.