Trait allsorts_no_std::cff::DictDefault[][src]

pub trait DictDefault {
    fn default(op: Operator) -> Option<&'static [Operand]>;
}

The default values of a DICT

Required methods

fn default(op: Operator) -> Option<&'static [Operand]>[src]

Returns the default operand(s) if any for the supplied op.

Loading content...

Implementors

Loading content...