Docs.rs
pgrx-sql-entity-graph-0.12.8
pgrx-sql-entity-graph 0.12.8
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
eeeebbbbrrrr
workingjubilee
PgCentralFoundation
Dependencies
convert_case ^0.6.0
normal
eyre ~0.6.12
normal
owo-colors ^4.0
normal
optional
petgraph ^0.6.4
normal
proc-macro2 ^1.0.78
normal
quote ^1.0.33
normal
syn ^2
normal
syntect ^5.1.0
normal
optional
thiserror ^1
normal
unescape ^0.1.0
normal
Versions
22.22%
of the crate is documented
Go to latest version
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pgrx_
sql_
entity_
graph
0.12.8
Type
Match
Required Methods
id_matches
Implementors
In crate pgrx_
sql_
entity_
graph
pgrx_sql_entity_graph
Trait
TypeMatch
Copy item path
Source
pub trait TypeMatch { // Required method fn
id_matches
(&self, arg: &
TypeId
) ->
bool
; }
Required Methods
§
Source
fn
id_matches
(&self, arg: &
TypeId
) ->
bool
Implementors
§
Source
§
impl
TypeMatch
for
PostgresEnumEntity
Source
§
impl
TypeMatch
for
PostgresTypeEntity