[][src]Function lightbeam::translate_function

pub fn translate_function<M>(
    session: &mut CodeGenSession<M>,
    sinks: Sinks,
    func_idx: u32,
    body: FunctionBody
) -> Result<(), Error> where
    M: ModuleContext,
    &'any M::Signature: Into<OpSig>,