관리-도구
편집 파일: traits.txt
fn sqr(i: i32) { i * i } trait Minimum : Copy {} pub trait Builder where Self: Sized + Iterator<Item=Event> {}