Trait rustzx_core::host::HostContext[][src]

pub trait HostContext<H: Host + ?Sized>: Sized {
    fn frame_buffer_context(&self) -> <H::FrameBuffer as FrameBuffer>::Context;
}

Required methods

Implementors