Trait TimeoutSupport

Source
pub trait TimeoutSupport {
    type O;

    // Required method
    fn with_timeout(self, timeout: u64) -> Self::O;
}

Required Associated Types§

Source

type O

Required Methods§

Source

fn with_timeout(self, timeout: u64) -> Self::O

Implementors§