Skip to main content

Mojo struct

StreamPriorityRange

@register_passable(trivial) struct StreamPriorityRange

Fields

  • least (Int):
  • greatest (Int):

Implemented traits

AnyType, Copyable, ExplicitlyCopyable, Movable, Stringable, UnknownDestructibility, Writable

Methods

__str__

__str__(self) -> String

Returns:

String

write_to

write_to[W: Writer](self, mut writer: W)

Was this page helpful?