#[derive(Serialize)]
{
// Attributes available to this derive:
#[canonical]
}
Expand description
Derives Serialize
trait for the given struct
or enum
.
#[derive(Serialize)]
{
// Attributes available to this derive:
#[canonical]
}
Derives Serialize
trait for the given struct
or enum
.