Re-export ServeHandle

This commit is contained in:
Adam Wright
2016-01-24 17:35:08 -08:00
parent 14ef89bbca
commit d80de197b3

View File

@@ -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};