Trait surge_wavetable::imports::SaveInto[][src]

pub trait SaveInto {
    fn save_into(&mut self, bytes: &mut Vec<u8, Global>) -> PatchDataSize;
}

Required methods

Implementors