Skip to main content

Module from_ref

Module from_ref 

Source

Traits§

FromRef
This trait is essentially equivalent to From<&T>, other than it allows us to implement it for external types that don’t implement it out of the box, most notably primitive types.