1 2 3 4 5 6 7
use proc_macro2::Ident; #[derive(Debug, Default)] pub struct Config { pub page_size: Option<u32>, pub row_derives: Vec<Ident>, }