pub struct ConfigError { /* private fields */ }
Expand description
Error during parsing Cordic::Config
Trait Implementations§
source§impl Debug for ConfigError
impl Debug for ConfigError
source§impl Format for ConfigError
impl Format for ConfigError
source§impl From<ConfigError> for CordicError
impl From<ConfigError> for CordicError
source§fn from(value: ConfigError) -> Self
fn from(value: ConfigError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ConfigError
impl RefUnwindSafe for ConfigError
impl Send for ConfigError
impl Sync for ConfigError
impl Unpin for ConfigError
impl UnwindSafe for ConfigError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more