forward-traits

Crates.ioforward-traits
lib.rsforward-traits
version3.1.0
sourcesrc
created_at2024-02-26 19:24:36.502051
updated_at2024-04-21 18:31:12.24376
descriptionA general trait-forwarding crate
homepagehttps://github.com/Zistack/forward-traits
repositoryhttps://github.com/Zistack/forward-traits
max_upload_size
id1154075
size120,344
(Zistack)

documentation

README

This crate provides general mechanisms for implementing traits on types by forwarding an implementation provided by another type.

Two different forwarding methods are provided: Forwarding traits implemented by members, and forwarding traits implemented by types that the receiver type can convert to. These methods may be used in combination on the same receiver type. This crate fully supports generic traits and struct types.

See crate documentation for more details.

Commit count: 38

cargo fmt