Closed jbethune closed 3 months ago
This is an alternative to the Default::default() constructor. The Default::default() constructor produces an empty string for the name, which is probably not what the user wants in most cases.
Default::default()
name
This PR also adds a similar From<&str> constructor.
From<&str>
This is an alternative to the
Default::default()
constructor. TheDefault::default()
constructor produces an empty string for thename
, which is probably not what the user wants in most cases.This PR also adds a similar
From<&str>
constructor.