pub enum O<'a> {
Val(&'a Ratio<BigInt>),
Prev(PrevVal<'a>),
Empty,
Exit,
}
Expand description
A successful evaluation of an input.
The result of a passed expression.
The previous result of the requested
recall statement.
The input contained all spaces which is part of our language
but does not do anything.
A quit statement was issued to terminate the program.
Formats the value using the given formatter.
Read more
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
Converts the given value to a
String.
Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.