oxischeme::eval::TrampolineResult [-]  [+] [src]

type TrampolineResult = Result<Trampoline, String>;

Either a Trampoline, or a String describing the error.