[][src]Trait olympia_core::instructions::SerializableInstruction

pub trait SerializableInstruction {
    fn as_bytes(&self) -> Vec<u8>;
}

Required methods

fn as_bytes(&self) -> Vec<u8>

Loading content...

Implementors

impl<T: Instruction> SerializableInstruction for T[src]

Loading content...