gclient
1.6.2
Convert
Required Methods
convert
Implementations on Foreign Types
Option<Value>
Implementors
In gclient::metadata
Trait
gclient
::
metadata
::
Convert
Copy item path
source
·
[
−
]
pub trait Convert<T> { // Required method fn
convert
(self) -> T; }
Expand description
Convert to type.
Required Methods
§
source
fn
convert
(self) -> T
Implementations on Foreign Types
§
source
§
impl
Convert
<Value> for
Option
<Value>
source
§
fn
convert
(self) -> Value
Implementors
§
source
§
impl
Convert
<AccountId32> for
AccountId32
source
§
impl
Convert
<MultiAddress<AccountId32,
()
>> for
MultiAddress
<
AccountId32
,
()
>