presentations/highlight-js/test/markup/rust/traits.txt

4 lines
111 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
fn sqr(i: i32) { i * i }
trait Minimum : Copy {}
pub trait Builder where Self: Sized + Iterator<Item=Event> {}