derive Clone for RouterService (#714)
This commit is contained in:
@@ -99,7 +99,7 @@ pub struct Router<A, B, L = Identity> {
|
|||||||
/// This service implementation will route between multiple Tonic
|
/// This service implementation will route between multiple Tonic
|
||||||
/// gRPC endpoints and can be consumed with the rest of the `tower`
|
/// gRPC endpoints and can be consumed with the rest of the `tower`
|
||||||
/// ecosystem.
|
/// ecosystem.
|
||||||
#[derive(Debug)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct RouterService<S> {
|
pub struct RouterService<S> {
|
||||||
inner: S,
|
inner: S,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user