pub trait Complete: Height + GetHash {
type Focus: Focus<Complete = Self>;
}
Available on crate feature internal
only.
Expand description
Marker trait for a type which is the frozen completion of some Focus
ed insertion point.
It is enforced by the type system that Complete
and Focus
are dual to one another.