use crateEndpointId;
use async_trait;
/// Common interface for all CLA peer types
/// Provides abstraction over different CLA implementations (TCP, BLE, etc.)
/// for use in routing algorithms and CLA management
/// Enable cloning for boxed ClaPeer trait objects