| Crates.io | param |
| lib.rs | param |
| version | 0.1.2 |
| created_at | 2023-06-28 06:27:14.706601+00 |
| updated_at | 2023-06-29 11:51:51.759653+00 |
| description | Param-style trait |
| homepage | |
| repository | https://github.com/ihciah/service-async |
| max_upload_size | |
| id | 901860 |
| size | 2,044 |
Param-style traits. Helpful in decoupling specific struct definitions.
pub trait Param<T> {
fn param(&self) -> T;
}