Skip to main content

author_utc_to_vec

Function author_utc_to_vec 

Source
pub fn author_utc_to_vec(utc: &Utc) -> Result<Vec<u8>, UtcError>
Expand description

Authors the UTC file the typed view describes, as bytes.

ยงErrors

UtcError::Gff when a value will not encode. Writing into a Vec has no I/O to fail at.