ShortHex
xmtp_
common
1.8.0-dev
Short
Hex
Required Methods
short_hex
Implementations on Foreign Types
&[u8]
Vec<u8>
Implementors
In xmtp_
common::
fmt
xmtp_common
::
fmt
Trait
Short
Hex
Copy item path
Source
pub trait ShortHex { // Required method fn
short_hex
(&self) ->
String
; }
Required Methods
§
Source
fn
short_hex
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
ShortHex
for &[
u8
]
Source
§
fn
short_hex
(&self) ->
String
Source
§
impl
ShortHex
for
Vec
<
u8
>
Source
§
fn
short_hex
(&self) ->
String
Implementors
§