☰
ToHex
Required Methods
to_hex
to_hex_prefixed
Implementors
In primitives
?
Trait
primitives
::
ToHex
source
·
[
−
]
pub trait ToHex { fn
to_hex
(&self) ->
String
;
fn
to_hex_prefixed
(&self) ->
String
; }
Required Methods
source
fn
to_hex
(&self) ->
String
source
fn
to_hex_prefixed
(&self) ->
String
Implementors
source
impl<T:
AsRef
<[
u8
]>>
ToHex
for T