pub trait RDCType:
GenerateIR
+ JavaType
+ 'static { }
Expand description
This is a type that is used to mark data structures that can be converted to IR. It should be also implemented for all types that are used in IR.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.