Enum graph_http::types::Delta [−][src]
pub enum Delta<T> { Next(GraphResponse<T>), Done(Option<GraphFailure>), }
Variants
Next(GraphResponse<T>)
Done(Option<GraphFailure>)
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Delta<T>
impl<T> !UnwindSafe for Delta<T>