# `Beaver.MLIR.ExternalInterface.Attachment`

A live callback-backed external interface attachment.

# `t`

```elixir
@type t() :: %Beaver.MLIR.ExternalInterface.Attachment{
  id: term(),
  interface: atom(),
  operation_name: String.t(),
  pid: pid()
}
```

