Type Alias RewriteResult

Source
pub(crate) type RewriteResult = Result<String, RewriteError>;

Aliased Type§

pub(crate) enum RewriteResult {
    Ok(String),
    Err(RewriteError),
}

Variants§

§1.0.0

Ok(String)

Contains the success value

§1.0.0

Err(RewriteError)

Contains the error value

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.