---
source: src/tests.rs
expression: result
---
Item: UnitStruct
Kind: Struct
Visibility: Public
Defined at: test_crate::UnitStruct
A unit struct for testing
```rust
struct UnitStruct;
```
std traits: Any, Borrow<T>, BorrowMut<T>, Freeze, From<T>, Into<U>, RefUnwindSafe, Send, Sync, TryFrom<U> [+3 more]