Function from_ref

Source
pub const fn from_ref<T>(s: &T) -> &UniqueEntityEquivalentSlice<T>
Expand description

Converts a reference to T into a slice of length 1 (without copying).