We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2085d01 commit 1119362Copy full SHA for 1119362
1 file changed
src/lib.rs
@@ -1272,9 +1272,9 @@ impl<'conn> PostgresStatement<'conn> {
1272
#[deriving(Eq)]
1273
pub struct ResultDescription {
1274
/// The name of the column
1275
- name: ~str,
+ pub name: ~str,
1276
/// The type of the data in the column
1277
- ty: PostgresType
+ pub ty: PostgresType
1278
}
1279
1280
/// An iterator over the resulting rows of a query.
0 commit comments