more prod ready comments

This commit is contained in:
Priec
2025-08-18 21:10:06 +02:00
parent 465db82bd9
commit f9d9231d50
8 changed files with 48 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
// ================================================================================================
// COMPUTED FIELDS - Provider and Context
// ================================================================================================
//! Provider interface and context for computed/display-only fields.
//!
//! Implementors provide logic to compute a field's display value from the
//! other field values in the form.
/// Context information provided to computed field calculations
#[derive(Debug, Clone)]