Skip to main content

basic

Macro basic 

Source
macro_rules! basic {
    ($username:expr $(,)?) => { ... };
    ($username:expr, $password:expr $(,)?) => { ... };
}
Expand description

Create a Basic value at const-compile time.

ยงPanics

Panics in case the username literal is empty.