[][src]Trait arrav::Sentinel

pub trait Sentinel: PartialEq + Copy {
    const SENTINEL: Self;
}

A type that has a sentinel value that can be used to indicate termination in Arrav.

Associated Constants

const SENTINEL: Self

The sentinel value for a type used to indicate termination in Arrav.

Loading content...

Implementations on Foreign Types

impl Sentinel for u8[src]

impl Sentinel for i8[src]

impl Sentinel for u16[src]

impl Sentinel for i16[src]

impl Sentinel for u32[src]

impl Sentinel for i32[src]

impl Sentinel for u64[src]

impl Sentinel for i64[src]

impl Sentinel for u128[src]

impl Sentinel for i128[src]

impl Sentinel for usize[src]

impl Sentinel for isize[src]

Loading content...

Implementors

Loading content...