pub trait ErrorCode: Debug {
// Required method
fn error_code(&self) -> i32;
}Expand description
Error code trait Note: This trait is Temporary, waiting for std::proces::Termination to be stabalized. (#43301)
Required Methods§
Sourcefn error_code(&self) -> i32
fn error_code(&self) -> i32
Return error code