Function libflo_func::new_func [] [src]

pub unsafe fn new_func<TStr>(
    lib: &LibArc,
    symbol: TStr,
    input_type: ParameterSerde,
    output_type: ParameterSerde
) -> Result<Box<Func>> where
    TStr: AsRef<str>,