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