//! These are helper structures which:
//! * Parse the `#[conf(...)]` attributes that appear on different types of items
//! * Store the results and make them easily available
//! * Assist with subsequent codegen
use FieldsNamed;
pub use FieldItem;
pub use StructItem;
/// Helper for parsing field items out of a syn struct