pub fn illegal_operation<T, S: AsRef<str>>(operation: S) -> IonResult<T>
Expand description

A convenience method for creating an IonResult containing an IonError::IllegalOperation with the provided operation text.