You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe sometimes custom derives would be needed, IMHO.
#[derive(Debug,Clone)]pubstructTableOptions<'a>{// ... other fields are omitted for brevity. /// any arbitrary derives to appendextra_derives:Vec<&'astr>}