Type Alias bigtools::bed::bedparser::Parser

source ยท
pub type Parser<V> = for<'a> fn(_: &'a str) -> Option<Result<(&'a str, V), BedValueError>>;