Trait azure_sdk_for_rust::core::TimeoutOption[][src]

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

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

Required Methods

Provided Methods

Implementors