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

type MeaningResult = Result<Meaning, String>;

Either a Meaning, or a String explaining the error.