Macro git_nomad::types::impl_str_from
source ยท macro_rules! impl_str_from { ($typename:ident) => { ... }; }
Expand description
Convenient From
implementations for Cow<'_, str>
based newtypes.
macro_rules! impl_str_from { ($typename:ident) => { ... }; }
Convenient From
implementations for Cow<'_, str>
based newtypes.