Skip to content

Commit 1119362

Browse files
committed
Re-pub ResultDescription fields
1 parent 2085d01 commit 1119362

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,9 +1272,9 @@ impl<'conn> PostgresStatement<'conn> {
12721272
#[deriving(Eq)]
12731273
pub struct ResultDescription {
12741274
/// The name of the column
1275-
name: ~str,
1275+
pub name: ~str,
12761276
/// The type of the data in the column
1277-
ty: PostgresType
1277+
pub ty: PostgresType
12781278
}
12791279

12801280
/// An iterator over the resulting rows of a query.

0 commit comments

Comments
 (0)