neo3
0.4.2
Extern
Base64
Required Methods
to_base64
Implementations on Foreign Types
String
Implementors
In neo3::
neo_
types
neo3
::
neo_types
Trait
ExternBase64
Copy item path
Source
pub trait ExternBase64 { // Required method fn
to_base64
(&self) ->
String
; }
Required Methods
§
Source
fn
to_base64
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
ExternBase64
for
String
Source
§
fn
to_base64
(&self) ->
String
Implementors
§