make ClientBuilder::_finish private

This commit is contained in:
fakeshadow 2021-03-08 06:03:56 +08:00
parent 84c6e79aaa
commit 7393abb1c3
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ where
}
}
pub fn _finish(self) -> Client
fn _finish(self) -> Client
where
M: Transform<ConnectorService, ConnectRequest> + 'static,
M::Transform: