pub trait TableDeserialize { // Provided methods fn same_name() -> String { ... } fn fields() -> Vec<String> { ... } }