Searched refs:from_encodeable (Results 1 – 2 of 2) sorted by relevance
172 pub fn from_encodeable<E: EncodeAsVarULE<V>>(encodeable: &E) -> Self { in from_encodeable() method396 VarZeroCow::from_encodeable(&("hello", &b"g\xFF\xFFdbye"[..], vec)); in test_cow_roundtrip()
177 strings: VarZeroCow::from_encodeable(&strings), in create_with_manual_data()