1
2
3
4
use std::fmt::Debug;

/// The bridge service
pub trait BridgeService: Debug {}