Trait mcircuit::HasConst[][src]

pub trait HasConst<T> {
    fn constant(&self) -> Option<T>;
}

Required methods

Implementors