oaapi 0.2.0

An unofficial Rust client for the OpenAI API.
Documentation
1
2
/// The result of a validation.
pub type ValidationResult<T, S> = Result<T, crate::error::ValidationError<S>>;