Function ryna::docs::write_function_overload_docs

source ยท
pub fn write_function_overload_docs(
    file: &mut File,
    module: &RynaModule,
    f: &str,
    t: usize,
    args: &Type,
    ret: &Type,
    annot: &Annotation,
)