Home
last modified time | relevance | path

Searched refs:try_new_connection (Results 1 – 1 of 1) sorted by relevance

/trusty/user/base/lib/tipc/rust/src/
Dservice.rs226 fn try_new_connection(handle: Handle, data: D::Connection) -> Result<Rc<Self>> { in try_new_connection() method
1172 let connection_channel = Channel::try_new_connection(connection_handle, data)?; in handle_connect()