use std::marker::PhantomData; use salvia::InputAccess; #[derive(InputAccess)] struct A(PhantomData); fn main() {}