Expand description
This crate is meant to be used by the crypto-botters
crate.
This crate only exists to prevent cyclic dependencies.
Traitsยง
- Handler
Option - A
trait
that represents an option which can be set when creating handlers - Handler
Options - Set of HandlerOption s
- Http
Option - A
trait
that shows the implementing type is able to create [generic_api_client::http::RequestHandler]s - WebSocket
Option - A
trait
that shows the implementing type is able to create [generic_api_client::websocket::WebSocketHandler]s