Type Definition postgres::Result 
                   
                       [−]
                   
               [src]
type Result<T> = Result<T, Error>;
A type alias of the result returned by many methods.
type Result<T> = Result<T, Error>;
A type alias of the result returned by many methods.