Trait precis_tools::UcdCodeGen
source · pub trait UcdCodeGen: CodeGen {
// Required method
fn parse_unicode_file(&mut self, ucd_path: &Path) -> Result<(), Error>;
}
Expand description
Trait implemented by all elements that are able to parse UCD
files.