Docs.rs
auto_impl-1.3.0
Platform
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
auto_impl 1.3.0
Automatically implement traits for common smart pointers and closures
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
associated_type_with_where_clause_for_all_refs.rs
big_trait_for_all_refs.rs
big_trait_for_box.rs
big_trait_where_bound_for_all_refs.rs
fn_method_lifetimes.rs
generic_fn_method_for_refs.rs
generic_types_and_lifetimes_for_fn.rs
generic_types_and_lifetimes_for_refs.rs
keep_default_for_simple.rs
keep_default_for_with_where_bounds.rs
method_name_shadowing.rs
mut_self_for_fn.rs
mut_self_for_fn_mut.rs
non_inferred_generic_types_for_all_refs.rs
non_inferred_generic_types_for_box.rs
non_inferred_generic_types_with_lifetimes_for_all_refs.rs
ref_self_for_fn.rs
self_bound.rs
self_bound_default_method.rs
self_bound_multiple.rs
self_by_value_mut.rs
super_trait_complex_for_refs.rs
super_trait_simple_for_fn_types.rs
super_trait_simple_for_refs.rs
trailing_comma.rs
trait_in_fn.rs
trait_in_mods.rs
trait_obj_default_method.rs
trait_obj_immutable_self.rs
trait_obj_self_sized.rs
trait_obj_value_self.rs
value_self_for_fn.rs
value_self_for_fn_mut.rs
value_self_for_fn_once.rs
1
2
3
4
5
6
use
auto_impl
::
auto_impl
;
#
[
auto_impl
(
&
)
]
trait
MyTrait
<T,>
{
}
fn
main
(
)
{
}