from_homogeneous -> from
This commit is contained in:
parent
93597f0ef9
commit
321574a827
|
@ -5,5 +5,5 @@ pub trait ToHomogeneous<U>
|
|||
|
||||
pub trait FromHomogeneous<U>
|
||||
{
|
||||
fn from_homogeneous(&U) -> Self;
|
||||
fn from(&U) -> Self;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue