- API ›
- Constructors ›
- FoundStory
FoundStory
---types--- foundStory#e87acbc0 peer:Peer story:StoryItem = FoundStory
Belongs to
| FoundStory |
In Rust this constructor is a variant of the enums::FoundStory enum.
Match on it with: if let enums::FoundStory::FoundStory(v) = result { ... }