Searched defs:get_connection (Results 1 – 6 of 6) sorted by relevance
82 def get_connection(ident): member in _ResourceSharer
38 pub(crate) fn get_connection( in get_connection() method
142 pub(crate) fn get_connection( in get_connection() method
308 fn get_connection( in get_connection() function
468 std::shared_ptr<Connection> get_connection() noexcept { in get_connection() function in SimpleWeb::ClientBase
236 pub unsafe fn get_connection(&self) -> Result<ConnectionRef<'_>> { in get_connection() method