[][src]Trait ellipticoin_mock_api::ToBytes

pub trait ToBytes {
    fn to_bytes(self) -> Vec<u8>;
}

Required methods

fn to_bytes(self) -> Vec<u8>

Loading content...

Implementations on Foreign Types

impl ToBytes for Vec<u8>[src]

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

impl ToBytes for Vec<Value>[src]

impl ToBytes for bool[src]

impl ToBytes for String[src]

impl ToBytes for u64[src]

Loading content...

Implementors

impl ToBytes for Value[src]

Loading content...