Trait embed_nu::NewEmpty

source ·
pub trait NewEmpty {
    // Required method
    fn empty() -> Self;
}

Required Methods§

source

fn empty() -> Self

Implementations on Foreign Types§

source§

impl NewEmpty for Span

source§

fn empty() -> Self

Implementors§