[][src]Function exons::fetch_exons

pub fn fetch_exons(
    species: &String,
    exons: &mut Vec<(String, i32, i32, bool, String, i32)>
)