Crate oop_inheritance_proc
source ·Macros
- Defines a class.
- Operation used when defining classes. Using
class_extends!
, the traitsDeref
,Clone
,PartialEq
,Eq
,Hash
,AsRef
,From
andTryFrom
are implemented to inherit characteristics from ascending classes.