Skip to main content

dispatch_operation

Function dispatch_operation 

Source
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.