# `Parapet.SLO.Resolvable`
[🔗](https://github.com/szTheory/parapet/blob/v1.0.0/lib/parapet/slo/resolvable.ex#L1)

Protocol to transform provider structs to `Parapet.SLO.t()`.

# `t`

```elixir
@type t() :: term()
```

All the types that implement this protocol.

# `to_slo`

```elixir
@spec to_slo(t()) :: Parapet.SLO.t()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
