pub trait FormattedConst {
    fn as_raw_Formatted(&self) -> *const c_void;
}
Expand description

@todo document

Required Methods§

Implementors§