Docs.rs
dinoco-0.0.3
dinoco 0.0.3
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
theuszastro
Dependencies
async-trait ^0.1.89
normal
chrono ^0.4.44
normal
dinoco_cli ^0.0.3
normal
dinoco_derives ^0.0.3
normal
dinoco_engine ^0.0.3
normal
dotenvy ^0.15.7
normal
futures ^0.3.31
normal
rand ^0.9.2
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
tokio ^1.50.0
normal
uuid ^1.18.1
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
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
DinocoQueryLogWriter
dinoco
0.0.3
Dinoco
Query
LogWriter
Required Methods
write
Implementors
In crate dinoco
dinoco
Trait
Dinoco
Query
LogWriter
Copy item path
Source
pub trait DinocoQueryLogWriter:
Send
+
Sync
{ // Required method fn
write
(&self, message: &
str
); }
Required Methods
§
Source
fn
write
(&self, message: &
str
)
Implementors
§