git_nomad::types

Macro impl_str_from

source
macro_rules! impl_str_from {
    ($typename:ident) => { ... };
}
Expand description

Convenient From implementations for Cow<'_, str> based newtypes.