Function ego::ego

source ·
pub fn ego<T: Sized>(ego: T) -> T
Expand description

Takes, and immediately returns, self.

This is a placeholder until fn std::convert::identity stabilizes.