dessert_derive

Derive Macro ViaSerialize

Source
#[derive(ViaSerialize)]
{
    // Attributes available to this derive:
    #[via]
}
Expand description

This function is responsible for taking a TokenStream and generate the appropriate code to derive ViaSerialize. use the #[derive(ViaSerialize)]