Type Definition oy::Result[][src]

type Result<'a, T> = Result<T, InteractiveError<'a>>;

The result type of most interactive methods.