paddler_types 3.0.0

Open-source LLMOps platform for hosting and scaling AI in your own infrastructure
Documentation
1
2
3
pub trait StreamableResult {
    fn is_done(&self) -> bool;
}