Trait Complete
Source 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 Focused insertion point.
It is enforced by the type system that Complete and Focus are dual to one another.