Docs.rs
freya-testing-0.4.0-alpha.7
freya-testing 0.4.0-alpha.7
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
marc2332
Dependencies
accesskit ^0.21.0
normal
freya-clipboard ^0.4.0-alpha.7
normal
freya-components ^0.4.0-alpha.7
normal
freya-core ^0.4.0-alpha.7
normal
freya-engine ^0.4.0-alpha.7
normal
futures-channel ^0.3.31
normal
ragnarok ^0.4.0-alpha.7
normal
torin ^0.4.0-alpha.7
normal
Versions
5.41%
of the crate is documented
Go to latest stable release
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
RenderKey
freya_
testing
0.4.0-alpha.7
Render
Key
Required Methods
default_key
Implementors
In crate freya_
testing
freya_testing
Trait
Render
Key
Copy item path
Source
pub trait RenderKey { // Required method fn
default_key
(&self) ->
DiffKey
; }
Required Methods
§
Source
fn
default_key
(&self) ->
DiffKey
Implementors
§
Source
§
impl<T>
RenderKey
for T
where T:
Render
,