[][src]Trait garnish_lang_common::RangeFlags

pub trait RangeFlags {
    fn set_is_start_exclusive(self) -> Self;
fn set_is_end_exclusive(self) -> Self;
fn set_is_start_open(self) -> Self;
fn set_is_end_open(self) -> Self;
fn set_has_step(self) -> Self; }

Required methods

fn set_is_start_exclusive(self) -> Self

fn set_is_end_exclusive(self) -> Self

fn set_is_start_open(self) -> Self

fn set_is_end_open(self) -> Self

fn set_has_step(self) -> Self

Loading content...

Implementations on Foreign Types

impl RangeFlags for u8[src]

Loading content...

Implementors

Loading content...