emqtt_secret (emqtt v1.15.1)

View Source

Summary

Types

t/1

-type t(T) :: fun(() -> T).

Functions

unwrap(Term)

-spec unwrap(t(T) | T) -> T.

wrap(T)

-spec wrap(T) -> t(T).