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