Docs.rs
synstructure_test_traits-0.1.0
synstructure_test_traits 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
mystor
Dependencies
Versions
20%
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
synstructure_
test_
traits
0.1.0
Interest
Required Methods
interesting
Implementations on Foreign Types
i32
Implementors
In crate synstructure_
test_
traits
synstructure_test_traits
Trait
Interest
Copy item path
Source
pub trait Interest { // Required method fn
interesting
(&self) ->
bool
; }
Required Methods
§
Source
fn
interesting
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
Interest
for
i32
Source
§
fn
interesting
(&self) ->
bool
Implementors
§