Expand description
Foster utilities.
Macros§
- delegate_
newtype_ of_ foster_ byte_ string byte_string
- Delegates traits to a FosterByteString newtype.
- delegate_
newtype_ of_ foster_ byte_ string_ vector byte_string
- Delegates traits to a FosterByteStringVector newtype.
- delegate_
newtype_ of_ foster_ string - Delegates traits to a FosterString newtype.
- delegate_
newtype_ of_ foster_ string_ vector - Delegates traits to a FosterStringVector newtype.
Enums§
- Foster
- Fostering allows for subjective equivalence between owned values and differently-typed fostered values. Equivalence can mean comparison, iteration, hashing, representation, etc.
Traits§
- HasLength
- Has length.
Type Aliases§
- Foster
Byte String byte_string
- Foster for ByteString.
- Foster
Byte String Vector byte_string
- Foster for Vec<ByteString>.
- Foster
Iterator - Foster Iterator.
- Foster
String - Foster for String.
- Foster
String Vector - Foster for Vec<String>.