Module svc_storage::postgres::linked_resource
source · Expand description
Psql Linked Resource Traits
Traits
- Generic trait for the Arrow LinkedResources that are stored in the CockroachDB backend. TODO Rust 1.74: use
#![feature(async_fn_in_trait)]
once available: https://blog.rust-lang.org/inside-rust/2023/05/03/stabilizing-async-fn-in-trait.html - Generic PostgreSQL trait to provide wrappers for common
LinkedResource
functions