macro_rules! impl_schema { ($ty:ty, $ddl:expr) => { ... }; }
Registers a schema DDL string for a type.