// A unit struct has no named fields. The derive rejects it up front
// with a message naming the "named fields" requirement so users aren't
// confused by a downstream error about a missing `Fields::Named` variant.
useprax_orm::Model;#[derive(Model)]structFoo;fnmain(){}