Trait jj_lib::op_store::RefTargetExt
source · pub trait RefTargetExt {
// Required methods
fn as_normal(&self) -> Option<&CommitId>;
fn is_absent(&self) -> bool;
fn is_present(&self) -> bool;
fn is_conflict(&self) -> bool;
fn removes(&self) -> &[CommitId];
fn adds(&self) -> &[CommitId];
}