Macro impl_substate_access

Source
macro_rules! impl_substate_access {
    ($state:ty, $substate_type:ty, $($substate_path:tt)*) => { ... };
}
Expand description

Helper macro for the trivial substate access pattern.

§Example:

impl_substate_access!(State, TransitionFrontierSyncState, transition_frontier.sync);