from_table_struct

Macro from_table_struct 

Source
macro_rules! from_table_struct {
    ($struct_name:ident { $($field:ident: $type:ty),* $(,)? }) => { ... };
}