Docs.rs
creusot-std-0.10.0
creusot-std 0.10.0
Permalink
Docs.rs crate page
LGPL-2.1-or-later
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
Lysxia
Dependencies
creusot-std-proc ^0.10.0
normal
num-rational ^0.4
normal
Versions
56.22%
of the crate is documented
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
ArcExt
creusot_
std
0.10.0
ArcExt
Required Associated Types
Pointee
Implementors
In creusot_
std::
std::
sync
creusot_std
::
std
::
sync
Trait
ArcExt
Copy item path
Source
pub trait ArcExt { type
Pointee
: ?
Sized
; }
Expand description
Extension trait for
Arc
.
Required Associated Types
§
Source
type
Pointee
: ?
Sized
The
T
in
Arc<T>
Implementors
§