Skip to main content

try_with_writer

Function try_with_writer 

Source
pub fn try_with_writer<R>(f: impl FnOnce(&mut VgaWriter) -> R) -> Option<R>
Expand description

Performs the try with writer operation.