error[E0277]: the trait bound `Test: From` is not satisfied --> tests/ui/deserialize_from_missing.rs:4:14 | 4 | #[nix(from = "u64")] | ^^^^^ the trait `From` is not implemented for `Test`