☰
Trait Metadata
Implementations on Foreign Types
()
Arc<T>
Box<T>
Option<T>
Implementors
Other items in
jsonrpc_core
All crates
?
Trait
jsonrpc_core
::
Metadata
[
−
]
[src]
pub trait Metadata:
Clone
+
Send
+ 'static { }
Expand description
Metadata trait
Implementations on Foreign Types
[src]
impl
Metadata
for
()
[src]
impl<T:
Metadata
>
Metadata
for
Option
<T>
[src]
impl<T:
Metadata
>
Metadata
for
Box
<T>
[src]
impl<T:
Sync
+
Send
+ 'static>
Metadata
for
Arc
<T>
Implementors