pub enum InsertionError { SyncInsertNotAvailable, Str(&'static str), String(String), }
SyncInsertNotAvailable
Str(&'static str)
0: &'static str
String(String)
0: String
Formats the value using the given formatter. Read more
Performs the conversion.
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
The type returned in the event of a conversion error.