Docs.rs
reifydb-core-0.4.2
reifydb-core 0.4.2
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
dao-ming-dev
Dependencies
bigdecimal ^0.4.8
normal
crossbeam-skiplist ^0.1.3
normal
dashmap ^7.0.0-rc2
normal
indexmap ^2.11
normal
num-bigint ^0.4.6
normal
num-traits ^0.2.19
normal
num_cpus ^1.17.0
normal
once_cell ^1.21.3
normal
paste ^1.0
normal
reifydb-runtime ^0.4.2
normal
reifydb-type ^0.4.2
normal
serde ^1.0.219
normal
serde_bytes ^0.11.17
normal
thiserror ^2
normal
tracing ^0.1.43
normal
uuid ^1.19
normal
reifydb-build ^0.4.2
build
futures-util ^0.3.31
normal
Versions
29.6%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
GetSchema
reifydb_
core
0.4.2
GetSchema
Required Methods
get_schema
Implementors
In reifydb_
core::
interface::
catalog::
layout
reifydb_core
::
interface
::
catalog
::
layout
Trait
GetSchema
Copy item path
Source
pub trait GetSchema { // Required method fn
get_schema
(&self) ->
Schema
; }
Required Methods
§
Source
fn
get_schema
(&self) ->
Schema
Implementors
§
Source
§
impl
GetSchema
for
RingBufferDef
Source
§
impl
GetSchema
for
TableDef
Source
§
impl
GetSchema
for
ViewDef