//! Module: sns::report::model::reports::neurons::attempt
//!
//! Responsibility: SNS neuron refresh-attempt status DTO.
//! Does not own: attempt-file loading, refresh lifecycle, or rendering.
//! Boundary: preserves latest refresh-attempt metadata for cache status output.
use Serialize;
///
/// SnsNeuronsRefreshAttemptStatus
///
/// Serializable status for the latest SNS neuron snapshot refresh attempt.
///