Support simple inheritance of non-trait methods
impl Parent {
// methods
}
should be inherited in child structs. This ticket is not for handling methods overriden in children. That's for #4 (closed)
Edited by Average Dude
impl Parent {
// methods
}
should be inherited in child structs. This ticket is not for handling methods overriden in children. That's for #4 (closed)