SizedString!() { /* proc-macro */ }
Expand description

help you write the field which storage string no longer than the specific size

#[derive(Table)]
pub struct Blog {
     pub content: SizedString!(50),
}