6 lines
47 B
Rust
6 lines
47 B
Rust
|
pub trait Ingredient
|
||
|
where
|
||
|
Self: Send,
|
||
|
{
|
||
|
}
|