blob: 1c4c2db46dcbad201a8ef0fc2f313d62cc29f359 [file] [log] [blame]
pub trait Ingredient
where
Self: Send,
{
}