pub async fn dispatch_operation<H: SesHandler>(
handler: &H,
op: SesOperation,
body: Bytes,
) -> Result<Response<SesResponseBody>, SesError>Expand description
Dispatch an SES operation to the handler.
pub async fn dispatch_operation<H: SesHandler>(
handler: &H,
op: SesOperation,
body: Bytes,
) -> Result<Response<SesResponseBody>, SesError>Dispatch an SES operation to the handler.