Skip to main content

Topic

Trait Topic 

Source
pub trait Topic:
    Eq
    + Hash
    + Debug
    + Send
    + Sync
    + 'static { }
Expand description

Marker trait for topic

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§