Skip to main content

HostBridgeWriter

Type Alias HostBridgeWriter 

Source
pub type HostBridgeWriter = Arc<dyn Fn(&str) -> Result<(), String> + Send + Sync>;

Aliased Typeยง

pub struct HostBridgeWriter { /* private fields */ }