Derive Macro scylla::macros::ValueList

source · []
#[derive(ValueList)]
Expand description

#[derive(ValueList)] allows to pass struct as a list of values for a query #[derive(ValueList)] derives ValueList for struct Works only on simple structs without generics etc