upload_and_analyze_binary

Function upload_and_analyze_binary 

Source
pub async fn upload_and_analyze_binary(
    __arg0: State<AppState>,
    multipart: Multipart,
) -> Result<Json<BinaryUploadResponse>, (StatusCode, Json<ErrorResponse>)>