Rename wrapper struct to "Valid"
This commit is contained in:
parent
a8312990b0
commit
53b1ae7524
2 changed files with 9 additions and 9 deletions
|
|
@ -12,7 +12,7 @@ vet = "0.1"
|
|||
```
|
||||
|
||||
```rust
|
||||
use vet::{Vet, Vetted};
|
||||
use vet::Vet;
|
||||
|
||||
#[derive(Debug)]
|
||||
struct Username(String);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue