reach_
core
0.1.0
Into
Augmentation
Required Methods
into_augmentation
Implementations on Foreign Types
()
Vec<u8>
Implementors
In reach_
core::
communication
reach_core
::
communication
Trait
IntoAugmentation
Copy item path
Source
pub trait IntoAugmentation { // Required method fn
into_augmentation
(self) ->
Option
<
Vec
<
u8
>>; }
Required Methods
§
Source
fn
into_augmentation
(self) ->
Option
<
Vec
<
u8
>>
Implementations on Foreign Types
§
Source
§
impl
IntoAugmentation
for
()
Source
§
fn
into_augmentation
(self) ->
Option
<
Vec
<
u8
>>
Source
§
impl
IntoAugmentation
for
Vec
<
u8
>
Source
§
fn
into_augmentation
(self) ->
Option
<
Vec
<
u8
>>
Implementors
§