pub(crate) type RewriteResult = Result<String, RewriteError>;
Aliased Type§
pub(crate) enum RewriteResult {
Ok(String),
Err(RewriteError),
}
Variants§
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.