[][src]Type Definition c3p0_pg_015::pg::driver::Result

type Result<T> = Result<T, Error>;

A type alias of the result returned by many methods.