Function print_pat_hir

Source
pub fn print_pat_hir(
    db: &dyn DefDatabase,
    store: &ExpressionStore,
    _owner: DefWithBodyId,
    pat: PatId,
    oneline: bool,
    edition: Edition,
) -> String