- API ›
- Constructors ›
- ChannelLocation
ChannelLocation
---types--- channelLocation#209b82db geo_point:GeoPoint address:string = ChannelLocation
Belongs to
| ChannelLocation |
In Rust this constructor is a variant of the enums::ChannelLocation enum.
Match on it with: if let enums::ChannelLocation::ChannelLocation(v) = result { ... }