pub fn import_event<O0: Into<Output>, O1: Into<Output>>( writer: O0, event: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for ImportEvent::new().build(writer, event, scope).
ImportEvent::new().build(writer, event, scope)