-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I am trying to call the get method but can't seem to import the trait. How can this be done?
// fails to resolve GetterSetter (how do I import it?)
impl<T: GetterSetter> Beak for T {
fn blah(&self) {
// this works for a similar crate:
// println!("heyttttt: {:?}", T::FIELD_NAMES_AS_SLICE);
println!("heyttttt: {:?}", T::get("id"));
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels