1 2 3 4 5
use core::marker::PhantomData; pub struct ReadFile<Path>(pub PhantomData<Path>); pub struct WriteFile<Path>(pub PhantomData<Path>);