Function tool::id [] [src]

pub fn id<T>(value: T) -> T

The identity function.

Literally, just returns the passed-in value.