Docs.rs
hyperlane-12.0.0
hyperlane 12.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
eastspire
Dependencies
http-type ^11.0.0
normal
inventory ^0.3.21
normal
lombok-macros ^2.0.20
normal
regex ^1.12.2
normal
serde ^1.0.228
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
box_rwlock
hyperlane
12.0.0
box_
rwlock
Sections
Arguments
Returns
In crate hyperlane
hyperlane
Function
box_
rwlock
Copy item path
Source
pub fn box_rwlock<T>(data: T) ->
Box
<
RwLock
<T>>
Expand description
Creates a new boxed read-write lock.
§
Arguments
T
- The data type to be wrapped.
§
Returns
BoxRwLock<T>
- A new boxed read-write lock.