pub type ApiSchemaResult = Result<String, Vec<ApiSchemaError>>;Expand description
The type returned when invoking api_schema
Aliased Type§
pub enum ApiSchemaResult {
Ok(String),
Err(Vec<ApiSchemaError>),
}pub type ApiSchemaResult = Result<String, Vec<ApiSchemaError>>;The type returned when invoking api_schema
pub enum ApiSchemaResult {
Ok(String),
Err(Vec<ApiSchemaError>),
}