☰
AsShortHexStr
Required Methods
short_str
Implementations on Foreign Types
[u8; 16]
[u8; 32]
Implementors
In short_hex_str
?
Trait
short_hex_str
::
AsShortHexStr
source
·
[
−
]
pub trait AsShortHexStr { // Required method fn
short_str
(&self) ->
ShortHexStr
; }
Required Methods
§
source
fn
short_str
(&self) ->
ShortHexStr
Implementations on Foreign Types
§
source
§
impl
AsShortHexStr
for [
u8
;
16
]
source
§
fn
short_str
(&self) ->
ShortHexStr
source
§
impl
AsShortHexStr
for [
u8
;
32
]
source
§
fn
short_str
(&self) ->
ShortHexStr
Implementors
§