Function set_relates_to

Source
pub fn set_relates_to(
    config: &mut dyn Vcs,
    relates: &RelateTo<'_>,
    expires_in: Duration,
) -> Result<()>
Expand description

ยงErrors

This errors if writing to the git mit file fails for some reason. Those reasons will be specific to VCS implementation