Type Definition blaze_rs::buffer::events::ReadIntoEvent

source ·
pub type ReadIntoEvent<'a, T, C = Global> = Event<BufferReadInto<'a, T, C>>;
Expand description