0.1.2
|
Jun 29, 2023
|
0.1.1
|
Jun 29, 2023
|
0.1.0
|
Jun 28, 2023
|
#1843 in Asynchronous
204 downloads per month
Used in 5 crates
(2 directly)
Param
Param-style traits. Helpful in decoupling specific struct definitions.
pub trait Param<T> {
fn param(&self) -> T;
}