[][src]Trait suborbital::runnable::Runnable

pub trait Runnable {
    pub fn run(&self, input: Vec<u8>) -> Option<Vec<u8>>;
}

Required methods

pub fn run(&self, input: Vec<u8>) -> Option<Vec<u8>>[src]

Loading content...

Implementors

Loading content...