Docs.rs
capture-it-0.4.3
capture-it 0.4.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kang-sw
Dependencies
futures ^0.3
dev
Versions
33.33%
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
Downgrade
capture_
it
0.4.3
Downgrade
Required Associated Types
Weak
Required Methods
downgrade
Implementations on Foreign Types
Arc<T>
Rc<T>
Implementors
In capture_
it::
__
sync_
help
capture_it
::
__sync_help
Trait
Downgrade
Copy item path
Source
pub trait Downgrade { type
Weak
; // Required method fn
downgrade
(&self) -> Self::
Weak
; }
Required Associated Types
§
Source
type
Weak
Required Methods
§
Source
fn
downgrade
(&self) -> Self::
Weak
Implementations on Foreign Types
§
Source
§
impl<T>
Downgrade
for
Rc
<T>
Source
§
type
Weak
=
Weak
<T>
Source
§
fn
downgrade
(&self) -> Self::
Weak
Source
§
impl<T>
Downgrade
for
Arc
<T>
Source
§
type
Weak
=
Weak
<T>
Source
§
fn
downgrade
(&self) -> Self::
Weak
Implementors
§