hpl-toolkit 0.0.5

HPL toolkit
Documentation
1
2
3
4
5
6
7
use super::{Schema, SchemaValue};

pub trait ToSchema {
    fn schema() -> Schema;

    fn schema_value(&self) -> SchemaValue;
}