Skip to main content

create_reader_op

Function create_reader_op 

Source
pub fn create_reader_op<C>(
    cap: C,
    hostcall: &'static Hostcall<GuestUint, GuestUint>,
) -> Arc<Operation<IoCreateReaderDriver<C>>>
where C: IoCapability + Clone + Send + 'static,