type McfResult = Result<(), (Span, Cow<'static, str>)>;
Aliased Type§
enum McfResult {
Ok(()),
Err((Span, Cow<'static, str>)),
}
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.