Skip to main content

PathItemString

No overview available.

Attributes

AttributeTypeDescription
0PyBackedStrThe original Python string value representing a path item, stored as a Rust-accessible backed string.

Constructor

Signature

def PathItemString(
value: PyBackedStr
) - > [PathItemString](pathitemstring.md?sid=lookup_key_pathitemstring)

Parameters

NameTypeDescription
valuePyBackedStrThe original Python string value to be stored.

Signature

def PathItemString(
value: PyBackedStr
) - > [PathItemString](pathitemstring.md?sid=lookup_key_pathitemstring)

Parameters

NameTypeDescription
valuePyBackedStrThe original Python string value to be stored and accessed within the Rust context.