Trait kernel::hil::flash::HasClient [] [src]

pub trait HasClient<'a, C> {
    fn set_client(&'a self, client: &'a C);
}

Required Methods

Set the client for this flash peripheral. The client will be called when operations complete.

Implementors