Derive Macro rkyv_typename_derive::TypeName

source ·
#[derive(TypeName)]
{
    // Attributes available to this derive:
    #[typename]
}
Expand description

Derives TypeName for the labeled type.

A custom name can be set using the attribute #[typename = "..."].