pub struct PriorityStreamer { /* private fields */ }
Expand description
Priority-based JSON streamer
Implementations§
Source§impl PriorityStreamer
impl PriorityStreamer
Sourcepub fn with_config(config: StreamerConfig) -> Self
pub fn with_config(config: StreamerConfig) -> Self
Create streamer with custom configuration
Sourcepub fn analyze(&self, json: &JsonValue) -> Result<StreamingPlan>
pub fn analyze(&self, json: &JsonValue) -> Result<StreamingPlan>
Analyze JSON and create streaming plan
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PriorityStreamer
impl RefUnwindSafe for PriorityStreamer
impl Send for PriorityStreamer
impl Sync for PriorityStreamer
impl Unpin for PriorityStreamer
impl UnwindSafe for PriorityStreamer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more