Type Alias ActionWithMetaRef

Source
pub type ActionWithMetaRef<'a> = ActionWithMeta<&'a Action>;

Aliased Typeยง

pub struct ActionWithMetaRef<'a> { /* private fields */ }