1 2 3 4 5 6
//! FileBackend trait — re-exported from sgr-agent-core. //! //! The canonical definition lives in `sgr-agent-core::backend`. //! This re-export exists for backwards compatibility. pub use sgr_agent_core::backend::FileBackend;