Docs.rs
tauri-plugin-mongoose-0.2.3
tauri-plugin-mongoose 0.2.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
adhil72
Dependencies
mongodb ^2.8.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
tauri ^2
normal
thiserror ^1.0
normal
tokio ^1
normal
tokio ^1
dev
tauri-plugin ^2
build
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
create_document
tauri_
plugin_
mongoose
0.2.3
In tauri_
plugin_
mongoose::
db::
documents
tauri_plugin_mongoose
::
db
::
documents
Function
create_
document
Copy item path
Source
pub async fn create_document( collection_name:
String
, document:
Value
, ) ->
Result
<
Value
,
String
>