Trait IsEmpty
Source pub trait IsEmpty {
// Required method
fn is_empty(&self) -> bool;
}
Expand description
Things that can be “empty”.
Source§Available on crate feature use_std only.
Source§Available on crate feature use_std only.
Source§Available on crate feature use_std only.
Source§Available on crate feature use_std only.
Source§Available on crate feature use_std only.
Source§Available on crate feature use_std only.
Source§Available on crate feature use_std only.
Source§Available on crate feature use_std only.
Source§Available on crate feature use_std only.
Source§Available on crate feature use_std only.
Source§Available on crate feature use_std only.