pub type StorePathRef<'a> = StorePath<&'a str>;Expand description
Aliased Type§
pub struct StorePathRef<'a> {
digest: [u8; 20],
name: &'a str,
}Fields§
§digest: [u8; 20]§name: &'a strTrait Implementations§
Source§impl Equivalent<StorePath<String>> for StorePathRef<'_>
Available on crate feature hashbrown only.
impl Equivalent<StorePath<String>> for StorePathRef<'_>
Available on crate feature
hashbrown only.