useEXIT_SUCCESS;impl_trivial_builtin_cmd!{/// Represents a `:` builtin command.
////// The `:` command has no effect, and exists as a placeholder for word
/// and redirection expansions.
pubstructColon;/// Creates a new `:` builtin command.
pubfncolon();/// A future representing a fully spawned `:` builtin command.
pubstructSpawnedColon;EXIT_SUCCESS}