Function area

Source
fn area(
    server: &mut Server,
    area_name: &str,
    kind: &str,
) -> Result<Id<Aabb<i32>>, Content>