pub enum FlowError {
NotFound,
Loader(LoaderError),
Render(String),
Middleware(ResumaError),
}Expand description
Unified page-level error for Flow renders.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlowError
impl !RefUnwindSafe for FlowError
impl Send for FlowError
impl Sync for FlowError
impl Unpin for FlowError
impl UnsafeUnpin for FlowError
impl !UnwindSafe for FlowError
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