pub trait BedVal: Copy + Default + From<i8> + Debug + Sync + Send + Missing + PartialEq { }
A trait alias, used internally, for the values of a .bed file, namely i8, f32, f64.