Derive Macro scylla::macros::ValueList

source ·
#[derive(ValueList)]
{
    // Attributes available to this derive:
    #[scylla_crate]
}
Expand description

#[derive(ValueList)] allows to pass struct as a list of values for a query


Documentation for this macro can only be found in scylla crate - not in scylla-macros nor in scylla-cql. This is because of rustdocs limitations that are hard to explain here.