Skip to main content

route_get

Function route_get 

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