package com.akylas.carto.routing;

public interface RoutingResultToJSONCallback {
    void onJSON(Exception e, String result);
}