[][src]Trait azure_sdk_core::RangeSupport

pub trait RangeSupport<'a> {
    type O;
    fn with_range(self, _: &'a Range) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_range(self, _: &'a Range) -> Self::O

Loading content...

Implementors

Loading content...