This commit is contained in:
Yuki Okushi 2020-02-27 12:19:18 +09:00
parent 2734e4e1f7
commit 7c760e5f83

View File

@ -46,7 +46,7 @@ pub trait D {
}
/// dox
pub trait E {
pub trait E: Sized {
type AssociatedType;
type AssociatedTypeDef = Self;