Skip to main content

Command

Trait Command 

Source
pub trait Command {
    // Required method
    fn to_bytes(&self) -> Vec<u8> ;
}
Expand description

Trait for camera commands

Required Methods§

Source

fn to_bytes(&self) -> Vec<u8>

Implementors§