Lines Matching defs:Base
583 trait Base: Downcast {} trait
587 trait Base: DowncastSync {} trait
593 trait Base<T>: Downcast {} trait
597 trait Base<T>: DowncastSync {} trait
603 trait Base<T: Copy>: Downcast {} trait
607 trait Base<T: Copy>: DowncastSync {} trait
612 trait Base { type H = f32; }, trait
615 trait Base: Downcast { type H; } trait
619 trait Base: DowncastSync { type H; } trait
624 trait Base { type H = f32; }, trait
627 trait Base: Downcast { type H: Copy; } trait
631 trait Base: DowncastSync { type H: Copy; } trait
636 trait Base<u32> { type H = f32; }, trait
639 trait Base<T>: Downcast { type H; } trait
643 trait Base<T>: DowncastSync { type H; } trait
648 trait Base<u32> { type H = f32; }, trait
651 trait Base<T: Clone>: Downcast { type H: Copy; } trait
655 trait Base<T: Clone>: DowncastSync { type H: Copy; } trait
661 trait Base<T>: Downcast {} trait
665 trait Base<T>: DowncastSync {} trait
670 trait Base { type H = u32; }, trait
673 trait Base: Downcast { type H; } trait
677 trait Base: DowncastSync { type H; } trait
682 trait Base<u32> { type H = f32; }, trait
685 trait Base<T>: Downcast { type H; } trait
689 trait Base<T>: DowncastSync { type H; } trait