Searched defs:ManagedRepo (Results 1 – 1 of 1) sorted by relevance
49 pub struct ManagedRepo { struct54 impl ManagedRepo { implementation55 pub fn new(path: RootedPath, offline: bool) -> Result<ManagedRepo> { in new()