Struct tokio_postgres::types::Field
[−]
pub struct Field { /* fields omitted */ }
Information about a field of a composite type.
Methods
impl Field
fn name(&self) -> &str
Returns the name of the field.
fn type_(&self) -> &Type
Returns the type of the field.