PathItemString
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| 0 | PyBackedStr | The 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
| Name | Type | Description |
|---|---|---|
| value | PyBackedStr | The original Python string value to be stored. |
Signature
def PathItemString(
value: PyBackedStr
) - > [PathItemString](pathitemstring.md?sid=lookup_key_pathitemstring)
Parameters
| Name | Type | Description |
|---|---|---|
| value | PyBackedStr | The original Python string value to be stored and accessed within the Rust context. |