Trait ctrlgen::IsUnit

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

Required Methods§

source

fn new() -> Self

Implementations on Foreign Types§

source§

impl IsUnit for ()

source§

fn new() -> Self

Implementors§