[][src]Trait keys::DisplayLayout

pub trait DisplayLayout {
    type Target: Deref<Target = [u8]>;
    fn layout(&self) -> Self::Target;
fn from_layout(data: &[u8]) -> Result<Self, Error>
    where
        Self: Sized
; }

Associated Types

Required Methods

Implementors

impl DisplayLayout for Address
[src]

impl DisplayLayout for Private
[src]