diff --git a/tarpc/src/lib.rs b/tarpc/src/lib.rs index 46809fa..4afd6dc 100644 --- a/tarpc/src/lib.rs +++ b/tarpc/src/lib.rs @@ -68,4 +68,4 @@ pub mod protocol; /// Provides the macro used for constructing rpc services and client stubs. pub mod macros; -pub use protocol::{Error, Result}; +pub use protocol::{Error, Result, ServeHandle};