Docs.rs
mesh-portal-api-client-0.2.0-rc1
mesh-portal-api-client 0.2.0-rc1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
uberscott
Dependencies
anyhow ^1.0.44
normal
async-trait ^0.1.48
normal
dashmap ^4.0.2
normal
mesh-portal ^0.2.0-rc1
normal
thiserror ^1.0.30
normal
tokio ^1.15.0
normal
uuid ^0.8.2
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
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
mesh_
portal_
api_
client
0.2.0-rc1
Outlet
Required Methods
receive
Implementors
In crate mesh_
portal_
api_
client
mesh_portal_api_client
Trait
Outlet
Copy item path
Source
pub trait Outlet:
Sync
+
Send
{ // Required method fn
receive
(&mut self, frame:
Frame
); }
Required Methods
§
Source
fn
receive
(&mut self, frame:
Frame
)
Implementors
§
Source
§
impl
Outlet
for
Portal