Enum x11_dl::error::OpenErrorKind [−][src]
pub enum OpenErrorKind {
Library,
Symbol,
}
Variants
Library
Symbol
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpenErrorKind
impl Send for OpenErrorKind
impl Sync for OpenErrorKind
impl Unpin for OpenErrorKind
impl UnwindSafe for OpenErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more