[][src]Trait azure_sdk_core::TimeoutSupport

pub trait TimeoutSupport {
    type O;
    fn with_timeout(self, timeout: u64) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...