Struct tauri_utils::assets::AssetKey [−][src]
pub struct AssetKey(_);
Expand description
Represent an asset file path in a normalized way.
The following rules are enforced and added if needed:
- Unix path component separators
- Has a root directory
- No trailing slash - directories are not included in assets
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for AssetKeyimpl UnwindSafe for AssetKeyBlanket Implementations
Mutably borrows from an owned value. Read more