Skip to main content

refs

Function refs 

Source
pub fn refs(
    repo: Repository,
    kind: Kind,
    progress: impl Progress,
    out: impl Write,
    err: impl Write,
    _: Options,
) -> Result<()>
Available on crate features async-client or blocking-client only.