Struct AddressPoint
pub struct AddressPoint {
pub inner: Point,
}
Fields
inner: PointTrait implementations
impl ToPoint for AddressPoint
pub fn to_point(self) -> Point
pub struct AddressPoint {
pub inner: Point,
}
inner: Pointimpl ToPoint for AddressPointpub fn to_point(self) -> Point