Type Alias sql_schema_describer::DescriberResult 
source · pub type DescriberResult<T> = Result<T, DescriberError>;Expand description
The result type.
Aliased Type§
enum DescriberResult<T> {
    Ok(T),
    Err(DescriberError),
}pub type DescriberResult<T> = Result<T, DescriberError>;The result type.
enum DescriberResult<T> {
    Ok(T),
    Err(DescriberError),
}