rustc_middle::query::queries::type_op_ascribe_user_type

Type Alias Value

Source
pub type Value<'tcx> = Result<&'tcx Canonical<'tcx, QueryResponse<'tcx, ()>>, NoSolution>;

Aliased Type§

enum Value<'tcx> {
    Ok(&'tcx Canonical<TyCtxt<'tcx>, QueryResponse<'tcx, ()>>),
    Err(NoSolution),
}

Variants§

§

Ok(&'tcx Canonical<TyCtxt<'tcx>, QueryResponse<'tcx, ()>>)

Contains the success value

§

Err(NoSolution)

Contains the error value

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 8 bytes

Size for each variant:

  • Ok: 8 bytes
  • Err: 0 bytes