update_point

Function update_point 

Source
pub fn update_point(
    connection: &mut PgConnection,
    key: &str,
    model: UpdatePointModel,
) -> Result<GetPointModel, String>