Skip to main content

TeaqlEmpty

Trait TeaqlEmpty 

Source
pub trait TeaqlEmpty {
    // Required method
    fn teaql_is_empty(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl TeaqlEmpty for &str

Source§

impl TeaqlEmpty for String

Source§

impl<T> TeaqlEmpty for Option<T>

Source§

impl<T> TeaqlEmpty for Vec<T>

Implementors§