pub fn postal_code_service<S: SignalGet<Value = Option<PostalCodeCH>> + 'static>(
postal_code: S,
) -> Signal<Option<NonEmptyString>>Expand description
Provides a signal to get the city for a given swiss zip code.
This uses the swiss postal service address checker API (https://service.post.ch/zopa/app/api/addresschecker/v1/zips).