Skip to main content

WriteFn

Type Alias WriteFn 

Source
pub type WriteFn = dyn Fn(&Doc) -> Result<String, OmnistError> + Send + Sync;
Expand description

Doc -> text writer callable.