Crate rust_oop

Source
Expand description

Macro to implement inherit

Provide class to cover a struct itself, it’s impl and trait implements that need to inherit. To borrow as mut, see def_as_mut

Macros§

class
need to wrap struct and implements.
def_as_mut
this macro will define macro as_mut