pub type ActionWithMetaRef<'a> = ActionWithMeta<&'a Action>;
pub struct ActionWithMetaRef<'a> { /* private fields */ }