use std::default::Default; mod types { pub enum Types { WAV_EXTENSION, FLAC_EXTENSION, MP_EXTENSION, } }