handler

Function handler 

Source
pub async fn handler(
    __arg0: State<ServiceState>,
    __arg1: Json<ShareRequest>,
) -> Result<impl IntoResponse, ShareError>