butterbidi/browsing_context/types/browsing_context

w3c link

Types

pub type BrowsingContext {
  BrowsingContext(id: uuid.Uuid)
}

Constructors

Values

pub fn browsing_context_decoder() -> decode.Decoder(
  BrowsingContext,
)
pub fn browsing_context_to_json(
  browsing_context: BrowsingContext,
) -> json.Json
Search Document