fidl_fuchsia_net_ext

Trait DisplayExt

Source
pub trait DisplayExt {
    type Displayable: Display;

    // Required method
    fn display_ext(&self) -> Self::Displayable;
}
Expand description

Extension trait to allow user-friendly formatting.

Required Associated Types§

Required Methods§

Source

fn display_ext(&self) -> Self::Displayable

Returns a Display-able variant..

Implementations on Foreign Types§

Source§

impl DisplayExt for SocketAddress

Implementors§