#[derive(Readonly)]
{
// Attributes available to this derive:
#[readonly]
}
Expand description
Derives the Readonly
trait for a struct.
#[derive(Readonly)]
{
// Attributes available to this derive:
#[readonly]
}
Derives the Readonly
trait for a struct.