please check impl/src/lib.rs
usage ```rs
pub struct Relation { pub id: Thing, pub from: Thing, pub with: Thing, }
impl TryFrom for Relation {} ```
ref to crate schema
or
```rs
pub struct Mobile { pub id: u64, } ```
```