... Vec<&V>. The return type is Vec<&V> , a vector (growable array) of immutable references. These references are bound by the relevant lifetimes ...
確定! 回上一頁