Trait dataflow::source::postgres::ErrorExt[][src]

trait ErrorExt {
    fn is_recoverable(&self) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors