Derive Macro bones_ecs::prelude::Deref

#[derive(Deref)]
{
    // Attributes available to this derive:
    #[deref]
}
Expand description

Derive macro for deriving Deref on structs with one field.