pub struct ProgramPaths {
pub charon: PathBuf,
pub aeneas: PathBuf,
}Fields§
§charon: PathBuf§aeneas: PathBufImplementations§
Source§impl ProgramPaths
impl ProgramPaths
pub fn new(charon: PathBuf, aeneas: PathBuf) -> Self
pub fn new_from_directory(base_dir: &PathBuf) -> Result<Self, VerificationError>
Trait Implementations§
Source§impl Debug for ProgramPaths
impl Debug for ProgramPaths
Auto Trait Implementations§
impl Freeze for ProgramPaths
impl RefUnwindSafe for ProgramPaths
impl Send for ProgramPaths
impl Sync for ProgramPaths
impl Unpin for ProgramPaths
impl UnwindSafe for ProgramPaths
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