[][src]Trait ellipticoin_mock_api::Bytes

pub trait Bytes<T> {
    fn value(&self) -> T;
}

Required methods

fn value(&self) -> T

Loading content...

Implementations on Foreign Types

impl Bytes<u64> for Vec<u8>[src]

impl Bytes<u32> for Vec<u8>[src]

Loading content...

Implementors

Loading content...