Function tool::misc::id
[−]
[src]
pub fn id<T>(value: T) -> T
The identity function.
Literally, just returns the passed-in value.
pub fn id<T>(value: T) -> T
The identity function.
Literally, just returns the passed-in value.