Trait azure_sdk_for_rust::core::SnapshotRequired[][src]

pub trait SnapshotRequired {
    fn snapshot(&self) -> DateTime<Utc>;

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

Required Methods

Provided Methods

Implementors