Searched defs:to_vec (Results 1 – 2 of 2) sorted by relevance
65 pub fn to_vec<T: Serialize>(x: T) -> Result<Vec<u8>, SerializationError> { in to_vec() function
1606 if (auto* to_vec = to_type->As<sem::Vector>()) { in GenerateCastOrCopyOrPassthrough() local