Trait sqlx_clickhouse_ext::value::HasValueRef [−][src]
Associate Database with a ValueRef of a generic lifetime.
The upcoming Rust feature, Generic Associated Types, should obviate the need for this trait.
Associated Types
type Database: Database[src]
type ValueRef: ValueRef<'r>[src]
The concrete type used to hold a reference to the not-yet-decoded value that has just been received from the database.