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