[][src]Trait rio::FromCqe

pub trait FromCqe {
    fn from_cqe(cqe: io_uring_cqe) -> Self;
}

A trait for describing transformations from the io_uring_cqe type into an expected meaningful high-level result.

Required methods

fn from_cqe(cqe: io_uring_cqe) -> Self

Describes a conversion from a successful io_uring_cqe to a desired output type.

Loading content...

Implementations on Foreign Types

impl FromCqe for TcpStream[src]

impl FromCqe for usize[src]

impl FromCqe for ()[src]

Loading content...

Implementors

Loading content...