Type Definition ya_runtime_sdk::EndpointResponse

source ·
pub type EndpointResponse<'a> = LocalBoxFuture<'a, Result<ContainerEndpoint, Error>>;