pub struct TestFileParser;Implementations§
Source§impl TestFileParser
impl TestFileParser
pub fn parse(file: &SourceFile) -> Option<Vec<TestFileItem>>
Auto Trait Implementations§
impl Freeze for TestFileParser
impl RefUnwindSafe for TestFileParser
impl Send for TestFileParser
impl Sync for TestFileParser
impl Unpin for TestFileParser
impl UnsafeUnpin for TestFileParser
impl UnwindSafe for TestFileParser
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