Searched refs:create_from_pipe (Results 1 – 1 of 1) sorted by relevance
1145 fn create_from_pipe(pipe: PipeConnection, is_server: bool) -> Result<Self> { in create_from_pipe() method1159 Self::create_from_pipe(pipe, true) in create_from_server_pipe()1170 Self::create_from_pipe(pipe, false) in create_as_client()1291 Self::create_from_pipe(pipe, false) in try_from()