Skip to main content

twig_format_is_authorable

Function twig_format_is_authorable 

Source
pub unsafe extern "C" fn twig_format_is_authorable(
    format: c_int,
    out_authorable: *mut c_int,
) -> TwigStatus
Expand description

Whether format can be authored into at all — 0 for a parse-only format. A weaker claim than it looks; see twig_format_supports.