Skip to main content

hyperlane/server/
type.rs

1use crate::*;
2
3/// A type alias for server.
4///
5/// This is an Arc-wrapped Server struct.
6pub type ArcServer = Arc<Server>;