Skip to main content

Status

Trait Status 

Source
pub trait Status {
    // Required method
    fn is_empty(&self) -> bool;
}
Expand description

A patch struct with extra status information

Required Methods§

Source

fn is_empty(&self) -> bool

Returns true if all fields are None, false otherwise.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§