Skip to main content

BoxedSource

Type Alias BoxedSource 

Source
pub type BoxedSource = Box<dyn ReadSeek + Send>;
Expand description

The source type IndexedFasta::open produces.

Aliased Typeยง

pub struct BoxedSource(/* private fields */);