1 2 3 4 5
let visitor_handle = {{ options_name }}.visitor.clone().and_then(|v| { {{ struct_name }}::new(v).ok().map(|bridge| { std::sync::Arc::new(std::sync::Mutex::new(bridge)) as {{ handle_path }} }) });