Enum espr::codegen::rust::CratePrefix [−][src]
pub enum CratePrefix {
Internal,
External,
}
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CratePrefix
impl Send for CratePrefix
impl Sync for CratePrefix
impl Unpin for CratePrefix
impl UnwindSafe for CratePrefix
Blanket Implementations
Mutably borrows from an owned value. Read more