Struct kinetic::commands::Flush [−] [src]

pub struct Flush;

Sends a flush command to the Kinetic device

Trait Implementations

impl Command<FlushResponse> for Flush

fn build_proto(self) -> (Command, Option<Vec<u8>>)