IValue & IType
IValue and IType are central pillars of passing values between modules and between a module and a host. Their main purpose is to allow developer not to think how this passing works internally and just use these handy enums.
- IValue
- IType
rust
rust
rust
rust