[][src]Trait brainfrsck::util::ToBytes

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

Trait wrapper to convert String's and &'static str's to byte vectors

Required methods

fn to_bytes(self) -> Vec<u8>

Loading content...

Implementations on Foreign Types

impl ToBytes for String[src]

impl ToBytes for &'static str[src]

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

Loading content...

Implementors

impl ToBytes for InterpreterOutput[src]

Loading content...