[][src]Type Definition gameshell::Feedback

type Feedback = Result<String, String>;

Feedback provided by the interpreter. All results are either a success string or an error string.