cgp_field/traits/
partial_data.rs

1pub trait PartialData {
2    type Target;
3}