pub fn get_relate_to_configuration(
    config: &dyn Vcs,
) -> Result<Option<RelateTo<'_>>>
Expand description

Get the relate-to that are currently defined for this vcs config source

§Errors

Will fail if reading or writing from the VCS config fails, or it contains data in an incorrect format