1 2 3 4 5 6 7 8 9 10 11
// impl Abf for AbfV1{ // fn open<T,E>(filepath: &str) -> Result<T, E>{ // } // fn get_data(self, channel: usize) -> Option<&'static Vec<i16>>{ // self.data.get(&channel) // } // fn get_file_signature(self, file_signature_str: &str) -> AbfKind; // }