pub struct CheckErrorsStepFactory;
Implementations§
Source§impl CheckErrorsStepFactory
impl CheckErrorsStepFactory
pub fn new() -> Self
pub fn collect_crate_messages(crate_path: &Path) -> Result<Vec<CompilerMessage>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckErrorsStepFactory
impl RefUnwindSafe for CheckErrorsStepFactory
impl Send for CheckErrorsStepFactory
impl Sync for CheckErrorsStepFactory
impl Unpin for CheckErrorsStepFactory
impl UnwindSafe for CheckErrorsStepFactory
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more