Type Definition twobit::BoxTwoBitFile

source · []
pub type BoxTwoBitFile = TwoBitFile<Box<dyn Reader>>;
Expand description

A type alias for TwoBitFile with arbitrary boxed reader.