Trait kernel::hil::flash::HasClient

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

Required Methods§

source

fn set_client(&'a self, client: &'a C)

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

Implementors§