Docs.rs
react-rs-1.0.0-alpha.8
react-rs 1.0.0-alpha.8
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
EqualMa
Dependencies
convert-js ^1.0.0-alpha.14
normal
forgotten ^1.1
normal
frender-macros ^1.0.0-alpha.8
normal
js-sys ^0.3
normal
react-sys ^1.0.0-alpha.23
normal
wasm-bindgen ^0.2.63
normal
web-sys ^0.3.56
normal
wasm-bindgen-test ^0.3
dev
Versions
16.06%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
react
1.0.0-alpha.8
Check
IsRc
Required Associated Types
Output
Required Methods
check_is_rc
Implementations on Foreign Types
&T
Rc<T>
Implementors
In react::
__
private::
auto_
wrap_
rc::
__
impl
react
::
__private
::
auto_wrap_rc
::
__impl
Trait
CheckIsRc
Copy item path
Source
pub trait CheckIsRc { type
Output
; // Required method fn
check_is_rc
(&self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
check_is_rc
(&self) -> Self::
Output
Implementations on Foreign Types
§
Source
§
impl<T>
CheckIsRc
for
&T
Source
§
type
Output
=
NotRc
Source
§
fn
check_is_rc
(&self) -> Self::
Output
Source
§
impl<T: ?
Sized
>
CheckIsRc
for
Rc
<T>
Source
§
type
Output
=
IsRc
Source
§
fn
check_is_rc
(&self) -> Self::
Output
Implementors
§