ReadFunction

Type Alias ReadFunction 

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

Type of read-access callback functions that can be registered in Regmock::read_fn.

Aliased Typeยง

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