Defines the feature icon
Defines the feature title
Defines the feature type
@callback icon() :: String.t() | nil
@callback title() :: String.t()
@callback type() :: module()
@spec fetch_feature!(conn :: Plug.Conn.t(), admin :: atom(), id :: [atom()]) :: module()