Trait capsules::fm25cl::FM25CLClient [] [src]

pub trait FM25CLClient {
    fn status(&self, status: u8);
fn read(&self, data: &'static mut [u8], len: usize);
fn done(&self, buffer: &'static mut [u8]); }

Required Methods

Implementors