IntoMdBookLintError

Trait IntoMdBookLintError 

Source
pub trait IntoMdBookLintError<T> {
    // Required method
    fn into_mdbook_lint_error(self) -> Result<T>;
}
Expand description

Extension trait for converting specialized errors to MdBookLintError

Required Methods§

Source

fn into_mdbook_lint_error(self) -> Result<T>

Convert into a Result<T, MdBookLintError>

Implementations on Foreign Types§

Source§

impl<T> IntoMdBookLintError<T> for Result<T, ConfigError>

Source§

impl<T> IntoMdBookLintError<T> for Result<T, DocumentError>

Source§

impl<T> IntoMdBookLintError<T> for Result<T, PluginError>

Source§

impl<T> IntoMdBookLintError<T> for Result<T, RuleError>

Implementors§