route_get

Function route_get 

Source
pub async fn route_get<C: CalendarStore, S: SubscriptionStore>(
    __arg0: Path<(String, String)>,
    __arg1: State<CalendarResourceService<C, S>>,
    user: Principal,
    method: Method,
) -> Result<Response, Error>