[][src]Trait azure_sdk_core::TimeoutOption

pub trait TimeoutOption {
    fn timeout(&self) -> Option<u64>;

    fn to_uri_parameter(&self) -> Option<String> { ... }
}

Required methods

fn timeout(&self) -> Option<u64>

Loading content...

Provided methods

Loading content...

Implementors

Loading content...