Type Definition af_postgres::Result[][src]

type Result<T = (), E = Error> = Result<T, E>;