Function neuroflow::io::load [] [src]

pub fn load<'b, T>(file_path: &'b str) -> T where
    T: Deserialize<'de>, 

Function that load NN from file. Is it possible to return generic type!?