UserStatusEmpty

---types---
userStatusEmpty#09d05049 = UserStatus

Belongs to

UserStatus

In Rust this constructor is a variant of the enums::UserStatus enum.
Match on it with: if let enums::UserStatus::UserStatusEmpty(v) = result { ... }

Parameters

This item has no parameters.