pub(crate) fn literal<S>(
name: impl Into<Box<str>>,
) -> CommandNodeBuilder<S, SteelCommandRuntime>where
S: ExecutionCommandSource,Expand description
Creates a literal backed by Steel’s runtime model.
pub(crate) fn literal<S>(
name: impl Into<Box<str>>,
) -> CommandNodeBuilder<S, SteelCommandRuntime>where
S: ExecutionCommandSource,Creates a literal backed by Steel’s runtime model.