[][src]Trait smoltcp::storage::Resettable

pub trait Resettable {
    fn reset(&mut self);
}

A trait for setting a value to a known state.

In-place analog of Default.

Required methods

fn reset(&mut self)

Loading content...

Implementors

Loading content...