param

Crates.ioparam
lib.rsparam
version0.1.2
sourcesrc
created_at2023-06-28 06:27:14.706601
updated_at2023-06-29 11:51:51.759653
descriptionParam-style trait
homepage
repositoryhttps://github.com/ihciah/service-async
max_upload_size
id901860
size2,044
ihc童鞋@提不起劲 (ihciah)

documentation

README

Param

Param-style traits. Helpful in decoupling specific struct definitions.

pub trait Param<T> {
    fn param(&self) -> T;
}
Commit count: 12

cargo fmt