pub fn error_to_data<S: Stream>(
    r: Result<(), S::Error>
) -> Result<MessageData, UnrecoverableError>
Available on crate feature feature only.