Trait RpcCollection
pub trait RpcCollection<'c, C>where
C: GodotClass,{ }Expand description
Represents a collection of RPCs that can be constructed with a UserRpcObject.
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.