Derive Macro bones_asset::bones_utils::Deref  
source ยท #[derive(Deref)]
{
    // Attributes available to this derive:
    #[deref]
}
Expand description
Derive macro for deriving Deref on structs with one field.
#[derive(Deref)]
{
    // Attributes available to this derive:
    #[deref]
}
Derive macro for deriving Deref on structs with one field.