Skip to main content

write_all

Function write_all 

Source
pub async fn write_all(
    sink: &Rc<dyn ContentSink>,
    bytes: Vec<u8>,
) -> Result<(), ContentError>
Expand description

Re-export framework services (HTTP, URI, etc.) from the dedicated services crate. Writes every byte of bytes into sink and commits it.