Trait EndpointServiceFn
pub trait EndpointServiceFn<T, State>:
Sealed<T, State>
+ Clone
+ Send
+ Sync
+ 'static { }Available on crate feature
http only.Expand description
rama_core::Service implemented for functions taking extractors.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".