[][src]Function binks::run

pub fn run<T>(code: T) -> Result<Program> where
    T: Into<String>,
    T: Send

run the code T where T: Into<String> and reurtns the Program that results in it