Function bigtools::bed::bedparser::parse_bed

source ยท
pub fn parse_bed<'a>(
    s: &'a str,
) -> Option<Result<(&'a str, BedEntry), BedValueError>>