Struct jujutsu_lib::local_backend::LocalBackend
source · pub struct LocalBackend { /* private fields */ }Implementations§
Trait Implementations§
source§impl Backend for LocalBackend
impl Backend for LocalBackend
source§fn name(&self) -> &str
fn name(&self) -> &str
A unique name that identifies this backend. Written to
.jj/repo/store/backend when the repo is created. Read more