pub struct JournalReader;Implementations§
Source§impl JournalReader
impl JournalReader
pub fn read_committed( path: &Path, ) -> Result<Vec<JournalEntry>, JournalReadError>
Source§impl JournalReader
impl JournalReader
pub fn committed_paths(root: &Path) -> Result<Vec<PathBuf>, JournalReplayError>
pub fn committed_paths_in( paths: &ResolvedPaths, ) -> Result<Vec<PathBuf>, JournalReplayError>
pub fn read_committed_package( path: &Path, ) -> Result<CommittedJournalPackage, JournalReplayError>
Auto Trait Implementations§
impl Freeze for JournalReader
impl RefUnwindSafe for JournalReader
impl Send for JournalReader
impl Sync for JournalReader
impl Unpin for JournalReader
impl UnwindSafe for JournalReader
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