pub type BoxedSource = Box<dyn ReadSeek + Send>;
The source type IndexedFasta::open produces.
IndexedFasta::open
pub struct BoxedSource(/* private fields */);