Function id

Source
pub fn id<T>(value: T) -> T
Expand description

The identity function.

Literally, just returns the passed-in value.