Derive Macro fuel_derive::Serialize

source ยท
#[derive(Serialize)]
{
    // Attributes available to this derive:
    #[canonical]
}
Expand description

Derives Serialize trait for the given struct or enum.