Module conversion
- FromRef
- Create
Self from a reference T - RamaFrom
- Alternative for
From which can be implemented by external crates for external types - RamaInto
- Alternative for
Into which can be implemented by external crates for external types - RamaTryFrom
- Alternative for
TryFrom which can be implemented by external crates for external types - RamaTryInto
- Alternative for
TryInto which can be implemented by external crates for external types
- FromRef
- Derive an implementation of
FromRef for each field in a struct.