- API ›
- Constructors ›
- Contacts ›
- Found
Found
---types--- contacts.found#b3134d9d my_results:Vector<Peer> results:Vector<Peer> chats:Vector<Chat> users:Vector<User> = contacts.Found
Belongs to
| contacts.Found |
In Rust this constructor is a variant of the enums::contacts.Found enum.
Match on it with: if let enums::contacts.Found::Found(v) = result { ... }