1 2 3 4 5 6
#![feature(rustc_attrs)] #[rustc_specialization_trait] pub trait SpecTrait { fn method(&self); }