Derive Macro scylla::IntoUserType
source ยท #[derive(IntoUserType)]
{
// Attributes available to this derive:
#[scylla_crate]
}
Expand description
#[derive(IntoUserType)] allows to pass struct a User Defined Type Value in queries
Works only on simple structs without generics etc
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.