Expand description
Audit writer trait and no-op implementation.
The AuditWriter trait is object-safe for dynamic dispatch and defines
the single append method for recording audit events. The concrete
filesystem writer lives in ito-core; this module provides only the
trait and a no-op stub for testing.
Structs§
- Noop
Audit Writer - A no-op writer that silently discards all events.
Traits§
- Audit
Writer - Trait for appending audit events to a log.