Skip to main content

author_are_to_vec

Function author_are_to_vec 

Source
pub fn author_are_to_vec(are: &Are) -> Result<Vec<u8>, AreError>
Expand description

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

ยงErrors

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