We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178744a commit 7e397a8Copy full SHA for 7e397a8
src/types/mod.rs
@@ -138,7 +138,7 @@ macro_rules! make_postgres_type {
138
}
139
140
141
- /// The kind of this type.
+ /// Returns the kind of this type.
142
pub fn kind(&self) -> &Kind {
143
match *self {
144
$(
@@ -151,7 +151,7 @@ macro_rules! make_postgres_type {
151
152
153
154
- /// The schema of this type.
+ /// Returns the schema of this type.
155
pub fn schema(&self) -> &str {
156
157
Type::Other(ref u) => u.schema(),
0 commit comments