[][src]Function screeps::game::map::find_route_with_callback

pub fn find_route_with_callback(
    from_room: &str,
    to_room: &str,
    route_callback: impl Fn(String, String) -> f64
) -> Result<Vec<RoomRouteStep>, ReturnCode>