Derive Macro Readonly

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

Derives the Readonly trait for a struct.