WriteFunction

Type Alias WriteFunction 

Source
pub type WriteFunction = Box<dyn FnMut(&mut RegisterMap, u64, u64) -> u64 + Send>;
Expand description

Type of write-access callback functions that can be registered in Regmock::write_fn.

Aliased Typeยง

pub struct WriteFunction(/* private fields */);