Rename wrapper struct to "Valid"

This commit is contained in:
Nettika 2022-07-09 12:15:03 -07:00
parent 1ddd4a7ed9
commit af1c088507
2 changed files with 9 additions and 9 deletions

View file

@ -12,7 +12,7 @@ vet = "0.1"
```
```rust
use vet::{Vet, Vetted};
use vet::Vet;
#[derive(Debug)]
struct Username(String);