Docs.rs
rate-ui-0.41.0
rate-ui 0.41.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
therustmonk
Dependencies
anyhow ^1.0.44
normal
approx ^0.5.0
normal
chrono ^0.4.19
normal
derive_more ^0.99.16
normal
itertools ^0.10.1
normal
js-sys ^0.3.55
normal
log ^0.4.14
normal
metacrate ^0.1.2
normal
once_cell ^1.8.0
normal
rill-protocol ^0.41.0
normal
serde ^1.0.130
normal
strum ^0.21.0
normal
thiserror ^1.0.29
normal
typed-slab ^0.1.4
normal
url ^2.2.2
normal
wasm-bindgen ^0.2.78
normal
web-sys ^0.3.55
normal
yew ^0.18.0
normal
yew-components ^0.3.0
normal
Versions
4.78%
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
Fasten
rate_ui
0.41.0
Fasten
Required Associated Types
Target
Required Methods
fasten
Implementations on Foreign Types
Result<T, JsValue>
Result<T, Object>
Implementors
In rate_
ui::
packages::
or_
fail
rate_ui
::
packages
::
or_fail
Trait
Fasten
Copy item path
Source
pub trait Fasten { type
Target
; // Required method fn
fasten
(self) ->
Result
<Self::
Target
,
Error
>; }
Required Associated Types
§
Source
type
Target
Required Methods
§
Source
fn
fasten
(self) ->
Result
<Self::
Target
,
Error
>
Implementations on Foreign Types
§
Source
§
impl<T>
Fasten
for
Result
<T,
Object
>
Source
§
type
Target
= T
Source
§
fn
fasten
(self) ->
Result
<Self::
Target
,
Error
>
Source
§
impl<T>
Fasten
for
Result
<T,
JsValue
>
Source
§
type
Target
= T
Source
§
fn
fasten
(self) ->
Result
<Self::
Target
,
Error
>
Implementors
§