Expand description
A variety of traits helpful for auto-casting between the different components of the conversion toolchain
Traitsยง
- Into
Bool Result - Creates
Result<bool>from some typeT - Into
Digested Option Result - Into
Digested Result - Creates a
Result<Vec<Digested>>from some typeT - Into
Font Field - Into
Option - A trait for auto-wrapping a generic type
TintoOption<Y>, where Y can be inferred from context. (useful in macro helpers, such asNewDefaultV!) - Into
Properties Result - Into
Register Value Option - Creates an
Option<RegisterValue>from some typeT. Useful for Registergetterclosures - Into
Result ArgWrap - Create a
Result<ArgWrap>from any concrete type that Gullet may have a reader for. Used in auto-casting the data fetched by Parameter readers - Into
Tokens Result - A trait for creating
Result<Tokens>from all sensible concrete types one could return from e.g. a DefMacro closure