Skip to main content

ExecutionIoResponse

Type Alias ExecutionIoResponse 

Source
pub type ExecutionIoResponse = ExecutionIoResponse;

Aliased Type§

pub struct ExecutionIoResponse {
    pub execution_id: String,
    pub accepted_bytes: Option<u64>,
}

Fields§

§execution_id: String§accepted_bytes: Option<u64>