pub type HostApi = Arc<dyn KitsuneHost>;
Expand description

Trait object for the host interface

Aliased Type§

struct HostApi { /* private fields */ }