Struct cairo::StreamWithError 
source · pub struct StreamWithError {
    pub stream: Box<dyn Any>,
    pub error: Error,
}Fields§
§stream: Box<dyn Any>§error: ErrorTrait 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.