(self, methods: M)
| 21 | tower::util::Either<CorsLayer, tower::layer::util::Identity>, |
| 22 | tower::layer::util::Identity, |
| 23 | >, |
| 24 | >; |
| 25 | |
| 26 | pub struct RpcServer { |
| 27 | inner: jsonrpsee::server::Server<RpcHttpMiddleware>, |
| 28 | } |
| 29 | |
| 30 | impl RpcServer { |
| 31 | pub fn start<M>(self, methods: M) -> ServerHandle |
no outgoing calls
no test coverage detected