Home
last modified time | relevance | path

Searched defs:TypedConstantBitStringSegmentOption (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gleam/gleam-0.18.2/compiler-core/src/metadata/
H A Dmodule_encoder.rs280 option: &TypedConstantBitStringSegmentOption, in build_bit_string_segment_option()
H A Dmodule_decoder.rs251 ) -> Result<TypedConstantBitStringSegmentOption> { in bit_string_segment_option()
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/
H A Dast.rs841 pub type TypedConstantBitStringSegmentOption = BitStringSegmentOption<TypedConstant>; typedef