[][src]Trait ellipticoin_api::Keyable

pub trait Keyable {
    fn to_key(self) -> Vec<u8>;
}

Required methods

fn to_key(self) -> Vec<u8>

Loading content...

Implementations on Foreign Types

impl Keyable for Vec<u8>[src]

impl<'_> Keyable for &'_ str[src]

Loading content...

Implementors

Loading content...