6 lines
47 B
Rust
Raw Normal View History

pub trait Ingredient
where
Self: Send,
{
}