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