gsdk
1.6.2
Convert
Required Methods
convert
Implementations on Foreign Types
AccountId32
MultiAddress<AccountId32, ()>
Option<Value<()>>
Implementors
In gsdk::metadata
Trait
gsdk
::
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
<
()
>
source
§
impl
Convert
<AccountId32> for AccountId32
source
§
fn
convert
(self) -> AccountId32
source
§
impl
Convert
<MultiAddress<AccountId32,
()
>> for MultiAddress<AccountId32,
()
>
source
§
fn
convert
(self) -> MultiAddress<AccountId32,
()
>
Implementors
§