pub type ConnectionsBlock = ConnectionBlock;Expand description
@deprecated Use ConnectionBlock instead - this type exists only for backwards compatibility
Aliased Type§
pub struct ConnectionsBlock {
pub name: Spanned<String>,
pub entries: Vec<Spanned<ConnectionEntry>>,
}Fields§
§name: Spanned<String>Connection name (e.g., “messaging”).
entries: Vec<Spanned<ConnectionEntry>>Connection configuration entries.