Trait ruast::EmptyItem

source ·
pub trait EmptyItem {
    type Input;

    // Required method
    fn empty(ident: impl Into<Self::Input>) -> Self;
}

Required Associated Types§

Required Methods§

source

fn empty(ident: impl Into<Self::Input>) -> Self

Object Safety§

This trait is not object safe.

Implementors§