Avatar
omochimetaru 8/3/2018 7:53 AM
From pub trait From<T> { fn from(T) -> Self; }
7:54 AM
型パラメータに置くのと、associatedtypeにするのと、意味が異なります