dessert_derive

Derive Macro ViaDeserialize

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

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