Macro fcc_format

Source
macro_rules! fcc_format {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:tt)*) => { ... };
}
Expand description

Returns a FourCharCode from a format! like expression without allocation if valid. Returns an error describing the problem otherwise.