Docs.rs
plaster-forms-0.1.16
plaster-forms 0.1.16
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
carlosdp
Dependencies
log ^0.4
normal
plaster ^0.2
normal
serde ^1.0
normal
optional
serde_derive ^1.0
normal
optional
wasm-bindgen ^0.2
normal
optional
web-sys ^0.3
normal
wasm-bindgen =0.2.40
dev
Versions
39.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
plaster_
forms
0.1.16
Form
Required Associated Types
Value
Required Methods
value
Implementors
In crate plaster_
forms
plaster_forms
Trait
Form
Copy item path
Source
pub trait Form { type
Value
:
Clone
; // Required method fn
value
(&self) -> Self::
Value
; }
Required Associated Types
§
Source
type
Value
:
Clone
Required Methods
§
Source
fn
value
(&self) -> Self::
Value
Implementors
§
Source
§
impl
Form
for
TestForm
Source
§
type
Value
=
TestValue