pub macro with_crate_prefix($e:expr) {
...
}
Expand description
Adds the crate::
prefix to paths where appropriate.
Ignored if with_resolve_crate_name
is active.
pub macro with_crate_prefix($e:expr) {
...
}
Adds the crate::
prefix to paths where appropriate.
Ignored if with_resolve_crate_name
is active.