jsonrpc_core

Trait Metadata

Source
pub trait Metadata:
    Clone
    + Send
    + 'static { }
Expand description

Metadata trait

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Metadata for ()

Source§

impl<T: Sync + Send + 'static> Metadata for Arc<T>

Source§

impl<T: Metadata> Metadata for Option<T>

Source§

impl<T: Metadata> Metadata for Box<T>

Implementors§