AsDocResult

Type Alias AsDocResult 

Source
pub type AsDocResult = Result<String, Error>;
Expand description

The result of AsDoc::as_doc.

Aliased Type§

pub enum AsDocResult {
    Ok(String),
    Err(Error),
}

Variants§

§1.0.0

Ok(String)

Contains the success value

§1.0.0

Err(Error)

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.