Trait IntoInertiaError

Source
pub trait IntoInertiaError {
    // Required method
    fn into_inertia_error(self) -> InertiaError;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoInertiaError for Error

Implementors§