reactive_graph_plugin_api/error/
hot_deploy.rs

1#[derive(Debug)]
2pub enum HotDeployError {
3    NoDynamicLinkLibrary,
4    InvalidInstallPath,
5    MoveError,
6}