logo
pub fn point<S>(x: S, y: S) -> Point<S>
Expand description

Shorthand for Point::new(x, y).