pub trait LocalArchiveExt {
// Required method
fn is_managed(&self) -> Option<&GitUrl>;
}Available on crate feature
gitlab only.pub trait LocalArchiveExt {
// Required method
fn is_managed(&self) -> Option<&GitUrl>;
}gitlab only.