Enum minority_game_server::ApiHandler [−][src]
pub(crate) enum ApiHandler {}
Trait Implementations
Returns a dispatcher to handle custom api requests. The parameters are provided so that they can be cloned if needed during the processing of requests. Read more
Returns a dispatcher to handle custom api requests. The parameters are provided so that they can be cloned if needed during the processing of requests. Read more
Auto Trait Implementations
impl RefUnwindSafe for ApiHandler
impl Send for ApiHandler
impl Sync for ApiHandler
impl Unpin for ApiHandler
impl UnwindSafe for ApiHandler
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more