Function encode_all_strings_from_file

Source
pub fn encode_all_strings_from_file<P: AsRef<Path>>(
    filename: P,
) -> Result<(Box<dyn SymbolTable>, Vec<Vec<u8>>)>