#[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)]
#[derive(ViaSerialize)]
{
// Attributes available to this derive:
#[via]
}
This function is responsible for taking a TokenStream
and generate the appropriate code to derive ViaSerialize
.
use the #[derive(ViaSerialize)]