MCPcopy Create free account
hub / github.com/doonv/bevy_dev_console / CommandParser

Interface CommandParser

src/command.rs:137–148  ·  view source on GitHub ↗

The trait that all [`CommandParser`]s implement. You can take a look at the [builtin parser](crate::builtin_parser) for an advanced example. ``` # use bevy::ecs::world::World; # use bevy_dev_console::command::CommandParser; # use bevy::log::info; # use bevy_dev_console::ui::COMMAND_RESULT_NAME; pub struct MyCustomParser; impl CommandParser for MyCustomParser { fn parse(&self, command: &str, worl

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 1

builtin_parser.rssrc/builtin_parser.rs

Calls

no outgoing calls

Tested by

no test coverage detected