pub struct StreamWithError {
pub stream: Box<dyn Any>,
pub error: Error,
}
Available on crate features
pdf
or svg
or ps
only.Fields§
§stream: Box<dyn Any>
§error: Error
Trait Implementations§
Source§impl Debug for StreamWithError
impl Debug for StreamWithError
Source§impl Display for StreamWithError
impl Display for StreamWithError
Source§impl From<StreamWithError> for Error
impl From<StreamWithError> for Error
Source§fn from(e: StreamWithError) -> Self
fn from(e: StreamWithError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StreamWithError
impl !RefUnwindSafe for StreamWithError
impl !Send for StreamWithError
impl !Sync for StreamWithError
impl Unpin for StreamWithError
impl !UnwindSafe for StreamWithError
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