Files
rust/tests/target/issue-1824.rs
2017-07-27 14:21:14 +09:00

6 lines
47 B
Rust

pub trait Ingredient
where
Self: Send,
{
}