Module interface

Module interface 

Source

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.