[][src]Trait azure_sdk_core::SequenceNumberSupport

pub trait SequenceNumberSupport {
    type O;
    fn with_sequence_number(self, sequence_number: u64) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_sequence_number(self, sequence_number: u64) -> Self::O

Loading content...

Implementors

Loading content...