pub fn parse<P, D>(ucd_dir: P) -> Result<Vec<D>, Error>where
    P: AsRef<Path>,
    D: UcdFile,
Expand description

Parse a particular file in the UCD into a sequence of rows.

The given directory should be the directory to the UCD.