Trait code_gen::IsEmpty

source ·
pub trait IsEmpty {
    // Required method
    fn is_empty(&self) -> bool;
}
Expand description

An element that can be empty.

Required Methods§

source

fn is_empty(&self) -> bool

Checks if the element is empty.

Implementors§