pub fn carddav_service_for_url(
url: &Uri,
) -> Result<DiscoverableService, ServiceForUrlError>
Expand description
Return the service type based on a URL’s scheme.
§Errors
If url
is missing a scheme or has a scheme invalid for CardDAV usage.
pub fn carddav_service_for_url(
url: &Uri,
) -> Result<DiscoverableService, ServiceForUrlError>
Return the service type based on a URL’s scheme.
If url
is missing a scheme or has a scheme invalid for CardDAV usage.