Function tfconfig::load_module_from_file

source ยท
pub fn load_module_from_file(
    current_file: &Path,
    file: Body,
    module: &mut Module
) -> Result<(), Error>
Expand description

Reads given file, interprets it and stores in given Module