Skip to main content

cgp_field/types/
life.rs

1use core::marker::PhantomData;
2
3pub struct Life<'a>(pub PhantomData<*mut &'a ()>);