Trait CoreProxy
pub trait CoreProxy
A proxy trait to the core block-level type.
Associated Types
type Core: BufferKindUser;Core block-level type.
Required Methods
fn compose(core: Self::Core, buffer: Buffer<Self::Core>) -> SelfCreate
Selffrom core and buffer.fn decompose(self) -> (Self::Core, Buffer<Self::Core>)Decompose
selfinto core and buffer.