pub struct MarkdownStreamer { /* private fields */ }Expand description
PyO3 Wrapper for exposing the streamer to Python
Implementations§
Source§impl MarkdownStreamer
impl MarkdownStreamer
pub fn read_available(&mut self) -> String
pub fn terminal_stream(&mut self, text: &str)
pub fn finish(&mut self)
Auto Trait Implementations§
impl !Freeze for MarkdownStreamer
impl RefUnwindSafe for MarkdownStreamer
impl Send for MarkdownStreamer
impl Sync for MarkdownStreamer
impl Unpin for MarkdownStreamer
impl UnwindSafe for MarkdownStreamer
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