Rename wrapper struct to "Valid"

This commit is contained in:
Benjamin Herman 2022-07-09 12:15:03 -07:00
parent a8312990b0
commit 53b1ae7524
No known key found for this signature in database
GPG key ID: A2D1938EC56DBF49
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);