Skip to main content

HostDebuggeeWithStore

Trait HostDebuggeeWithStore 

Source
pub trait HostDebuggeeWithStore<T>: HasData + Send { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<H, T> HostDebuggeeWithStore<T> for H
where H: HasData + Send + ?Sized,