Trait code_gen::IsEmpty

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

An element that may be semantically empty.

Required Methods§

source

fn is_empty(&self) -> bool

Implementors§