Type Definition rustc_typeck::check::method::probe::PickResult[][src]

pub type PickResult<'tcx> = Result<Pick<'tcx>, MethodError<'tcx>>;