#[derive(MetaQuery)]
Fetch individual items from a MetaTuple.
MetaTuple
#[derive(MetaQuery)] pub struct MyQuery<'t> { int: &'t i32, string: &'t String, }
Requires a generic lifetime, all generic types will be added + 'static bound.
+ 'static