glitch/types/max_per_stream

Types

pub type MaxPerStream {
  MaxPerStream(is_enabled: Bool, value: Int)
}

Constructors

  • MaxPerStream(is_enabled: Bool, value: Int)

Functions

pub fn max_per_stream_decoder() -> fn(Dynamic) ->
  Result(MaxPerStream, List(DecodeError))
Search Document