Docs.rs
pgrx-sql-entity-graph-0.13.1
pgrx-sql-entity-graph 0.13.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
eeeebbbbrrrr
workingjubilee
PgCentralFoundation
Dependencies
convert_case ^0.7.1
normal
eyre ~0.6.12
normal
owo-colors ^4.2
normal
optional
petgraph ^0.7.1
normal
proc-macro2 ^1.0.93
normal
quote ^1.0.38
normal
syn ^2
normal
syntect ^5.2.0
normal
optional
thiserror ^2
normal
unescape ^0.1.0
normal
Versions
19.89%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pgrx_
sql_
entity_
graph
0.13.1
pgrx_sql_entity_graph
Function
type_keyed
Copy item path
Source
pub fn type_keyed<'a, 'b, A:
TypeMatch
, B>( (a, b): (
&'a A
,
&'b B
), ) -> (&'a dyn
TypeMatch
,
&'b B
)