Trait crypto_common::Reset[][src]

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

Trait for resetting values to initial state.

Required methods

fn reset(&mut self)[src]

Reset value to its initial state.

Loading content...

Implementors

Loading content...