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.
pub trait UcdCodeGen: CodeGen {
// Required method
fn parse_unicode_file(&mut self, ucd_path: &Path) -> Result<(), Error>;
}
Trait implemented by all elements that are able to parse UCD
files.