Trait IntoComparableSchema

Source
pub trait IntoComparableSchema<C, S>{
    // Required method
    fn into_schema(&self) -> C;
}

Required Methods§

Source

fn into_schema(&self) -> C

Implementations on Foreign Types§

Source§

impl<'a, C, S, T> IntoComparableSchema<C, S> for &'a T

Source§

fn into_schema(&self) -> C

Source§

impl<C, S> IntoComparableSchema<C, S> for str

Source§

fn into_schema(&self) -> C

Source§

impl<C, S> IntoComparableSchema<C, S> for [u8]

Source§

fn into_schema(&self) -> C

Source§

impl<C, S, const N: usize> IntoComparableSchema<C, S> for [u8; N]

Source§

fn into_schema(&self) -> C

Implementors§