Skip to main content

RawRepr

Trait RawRepr 

Source
pub trait RawRepr {
    // Required method
    fn raw(&self) -> &str;
}

Required Methods§

Source

fn raw(&self) -> &str

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<L> RawRepr for WithRawRepr<L>

Source§

impl<T> RawRepr for Range<T>