[][src]Type Definition xaynet::services::fetchers::ModelResponse

type ModelResponse = Option<Arc<Model>>;

ModelService's response type.

The response is None when no model is currently available.