hank-types 0.1.1

Generated type definitions for Hank
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// @generated
// This file is @generated by prost-build.
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Results {
    #[prost(string, repeated, tag="1")]
    pub rows: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct PreparedStatement {
    #[prost(string, tag="1")]
    pub sql: ::prost::alloc::string::String,
    #[prost(string, repeated, tag="2")]
    pub values: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}
// @@protoc_insertion_point(module)