pub trait Focus: Height<Height = <Self::Complete as Height>::Height> + GetHash {
type Complete: Complete<Focus = Self>;
// Required method
fn finalize_owned(self) -> Insert<Self::Complete>;
}
Available on crate feature
internal
only.