Enum smaug_lib::dragonruby::DragonRubyError
source · [−]pub enum DragonRubyError {
DragonRubyNotFound {
path: PathBuf,
},
DragonRubyNotInstalled,
}
Variants
DragonRubyNotFound
Fields
path: PathBuf
DragonRubyNotInstalled
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DragonRubyError
impl Send for DragonRubyError
impl Sync for DragonRubyError
impl Unpin for DragonRubyError
impl UnwindSafe for DragonRubyError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more