Lines Matching defs:Base
652 trait Base: Downcast {} trait
656 trait Base: DowncastSync {} trait
662 trait Base<T>: Downcast {} trait
666 trait Base<T>: DowncastSync {} trait
672 trait Base<T: Copy>: Downcast {} trait
676 trait Base<T: Copy>: DowncastSync {} trait
681 trait Base { type H = f32; }, trait
684 trait Base: Downcast { type H; } trait
688 trait Base: DowncastSync { type H; } trait
693 trait Base { type H = f32; }, trait
696 trait Base: Downcast { type H: Copy; } trait
700 trait Base: DowncastSync { type H: Copy; } trait
705 trait Base<u32> { type H = f32; }, trait
708 trait Base<T>: Downcast { type H; } trait
712 trait Base<T>: DowncastSync { type H; } trait
717 trait Base<u32> { type H = f32; }, trait
720 trait Base<T: Clone>: Downcast { type H: Copy; } trait
724 trait Base<T: Clone>: DowncastSync { type H: Copy; } trait
730 trait Base<T>: Downcast {} trait
734 trait Base<T>: DowncastSync {} trait
739 trait Base { type H = u32; }, trait
742 trait Base: Downcast { type H; } trait
746 trait Base: DowncastSync { type H; } trait
751 trait Base<u32> { type H = f32; }, trait
754 trait Base<T>: Downcast { type H; } trait
758 trait Base<T>: DowncastSync { type H; } trait