//! Types is a small wrapper module for storing types that are shared amongst multiple other record
//! and sample types.
usestd::io::{Read, Seek};pubtypeInterface=u32;pubtypeSourceID=u32;pubtraitReadSeeker: Read + Seek {}impl<T> ReadSeeker forTwhere T: Read + Seek {}