Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/rust/traits.txt

4 lines
111 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04:00
fn sqr(i: i32) { i * i }
trait Minimum : Copy {}
pub trait Builder where Self: Sized + Iterator<Item=Event> {}