short_
hex_
str
0.1.0
AsShort
HexStr
Required Methods
short_str
Implementations on Foreign Types
[u8; 16]
[u8; 32]
Implementors
In crate short_
hex_
str
short_hex_str
Trait
AsShortHexStr
Copy item path
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
§