usebevy::asset::Asset;/// All code assets share this common interface.
/// When adding a new code asset don't forget to implement asset loading
/// and inserting appropriate systems when registering with the app
pubtraitCodeAsset: Asset {fnbytes(&self)->&[u8];}