Struct cc::Error
[−]
[src]
pub struct Error { /* fields omitted */ }Represents an internal error that occurred, with an explaination.
Trait Implementations
impl Clone for Error[src]
fn clone(&self) -> Error[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more