ShortFormat

Trait ShortFormat 

Source
pub trait ShortFormat {
    // Required method
    fn fmt_short(&self) -> String;
}
Expand description

Returns a displayable string representing the underlying value in a short format, easy to read during debugging and logging.

Required Methods§

Source

fn fmt_short(&self) -> String

Implementations on Foreign Types§

Source§

impl ShortFormat for Vec<u8>

Source§

impl ShortFormat for Vec<NodeId>

Source§

impl ShortFormat for Vec<EndpointId>

Source§

impl ShortFormat for EndpointId

Source§

impl ShortFormat for [u8; 32]

Implementors§