Constant drink_next::session::NO_ARGS

source ·
pub const NO_ARGS: &[String];
Expand description

Convenient value for an empty sequence of call/instantiation arguments.

Without it, you would have to specify explicitly a compatible type, like: session.call::<String>(.., &[], ..).