[][src]Derive Macro bevy_core::Bytes

#[derive(Bytes)]
{
    // Attributes available to this derive:
    #[as_crate]
}

Derives the Bytes trait. Each field must also implements Bytes or this will fail.