Re-exportsยง
pub use dispatch_result::*;pub use interface_ref::*;pub use interface_deref::*;
Modulesยง
- dispatch_
result ๐ - interface_
deref ๐ - interface_
ref ๐
Structsยง
- ArcInterface ๐
- A type for a reference-counted Interface trait-object, with associated run-time details and a manual Debug impl.
Traitsยง
- Interface
- This trait is used to dispatch messages to an interface instance.