Docs.rs
shinyframework_common-0.1.2
shinyframework_common 0.1.2
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
tyoma-kry
Dependencies
chrono ^0.4.31
normal
serde ^1.0.195
normal
shinyframework_configuration ^0.1.2
normal
thiserror ^1.0.56
normal
tokio-util ^0.7.10
normal
Versions
0%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
shiny_
common
0.1.2
Context
Factory
Required Methods
create
Implementors
In shiny_
common::
context
shiny_common
::
context
Trait
ContextFactory
Copy item path
Source
pub trait ContextFactory:
Send
+
Sync
{ // Required method fn
create
(&self) ->
Context
; }
Required Methods
§
Source
fn
create
(&self) ->
Context
Implementors
§