Skip to content

Commit f34c020

Browse files
authored
[sc-140521] Expose creating an event source with a connection. (#14)
1 parent f309c2a commit f34c020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl ClientBuilder {
5858
self
5959
}
6060

61-
fn build_with_conn<C>(self, conn: C) -> Client<C>
61+
pub fn build_with_conn<C>(self, conn: C) -> Client<C>
6262
where
6363
C: Connect + Clone,
6464
{

0 commit comments

Comments
 (0)