Docs.rs
framework-cqrs-lib-0.3.3
framework-cqrs-lib 0.3.3
Docs.rs crate page
MIT
OR
Apache-2.0
14 September 2024
Links
crates.io
Source
Owners
paq1
Dependencies
actix-web ^4
normal
async-trait ^0.1.80
normal
chrono ^0.4.38
normal
dotenv ^0.15.0
normal
futures ^0.3.30
normal
jsonwebtoken ^9.3.0
normal
moka ^0.12
normal
mongodb ^3.0.0
normal
passwords ^3.1.16
normal
reqwest ^0.12
normal
serde ^1.0.203
normal
serde_json ^1.0.118
normal
utoipa ^4.2.3
normal
utoipa-swagger-ui ^6.0.0
normal
uuid ^1.9.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
framework_
cqrs_
lib
0.3.3
CanBe
View
Required Methods
to_view
Implementors
In framework_
cqrs_
lib::
cqrs::
models::
jsonapi
Trait
framework_cqrs_lib
::
cqrs
::
models
::
jsonapi
::
CanBeView
Copy item path
source
·
[
−
]
pub trait CanBeView<DATAVIEW> { // Required method fn
to_view
(&self) -> DATAVIEW; }
Required Methods
§
source
fn
to_view
(&self) -> DATAVIEW
Implementors
§