Trait rustzx_core::host::RomSet[][src]

pub trait RomSet {
    type Asset: LoadableAsset;
    fn format(&self) -> RomFormat;
fn next_asset(&mut self) -> Option<Self::Asset>; }

Associated Types

Required methods

Implementors