pub enum EdgeRoutingError {
RoutingInfoTooLarge,
}Variants§
RoutingInfoTooLarge
Trait Implementations§
Source§impl Debug for EdgeRoutingError
impl Debug for EdgeRoutingError
Source§impl Display for EdgeRoutingError
impl Display for EdgeRoutingError
Source§impl Error for EdgeRoutingError
impl Error for EdgeRoutingError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for EdgeRoutingError
impl RefUnwindSafe for EdgeRoutingError
impl Send for EdgeRoutingError
impl Sync for EdgeRoutingError
impl Unpin for EdgeRoutingError
impl UnsafeUnpin for EdgeRoutingError
impl UnwindSafe for EdgeRoutingError
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