Struct symbolic_common::types::UnknownArchError[][src]

pub struct UnknownArchError;

An error returned for unknown or invalid Archs.

Trait Implementations

impl Debug for UnknownArchError
[src]

Formats the value using the given formatter. Read more

impl Clone for UnknownArchError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UnknownArchError
[src]

Auto Trait Implementations