Struct solana_clap_utils::DisplayError [−][src]
pub struct DisplayError(_);
Error type for forwarding Errors out of main()
of a clap
app
and still using the Display
formatter
Implementations
impl DisplayError
[src]
impl DisplayError
[src]pub fn new_as_boxed(inner: Box<dyn Error>) -> Box<Self>
[src]
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DisplayError
impl !RefUnwindSafe for DisplayError
impl !Send for DisplayError
impl !Send for DisplayError
impl !Sync for DisplayError
impl !Sync for DisplayError
impl Unpin for DisplayError
impl Unpin for DisplayError
impl !UnwindSafe for DisplayError
impl !UnwindSafe for DisplayError
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
pub default fn example() -> T
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,