#[derive(Newtype)]
{
// Attributes available to this derive:
#[newtype]
}
Expand description
Expands the derive macro into a TokenStream.
#[derive(Newtype)]
{
// Attributes available to this derive:
#[newtype]
}
Expands the derive macro into a TokenStream.