[][src]Function gluon::compiler_pipeline::compile_to

pub async fn compile_to<S, T, E, '_, '_, '_, '_, '_, '_>(
    self_: T,
    compiler: &'_ mut ModuleCompiler<'_, '_>,
    thread: &'_ Thread,
    file: &'_ str,
    expr_str: &'_ str,
    arg: E,
    serializer: S
) -> StdResult<S::Ok, Either<Error, S::Error>> where
    S: Serializer,
    S::Error: 'static,
    T: Compileable<E>,