devela::_dep::const_str

Macro unwrap

macro_rules! unwrap {
    ($expr: expr) => { ... };
}
Available on crate feature dep_const_str only.
Expand description

Unwraps a container, returns the content.

The input type must be one of

The Copy bound may be relaxed in the future.