pub(crate) fn get_primary_key(input: &DeriveInput) -> Option<Vec<usize>>
Expand description
Get primary key indices from #[primary_key]
attribute.
pub(crate) fn get_primary_key(input: &DeriveInput) -> Option<Vec<usize>>
Get primary key indices from #[primary_key]
attribute.