pub struct RuntimePathResolver;Implementations§
Source§impl RuntimePathResolver
impl RuntimePathResolver
pub fn resolve( kind: DiagramKind, runtime_path: Option<PathBuf>, ) -> Result<PathBuf, RenderError>
Auto Trait Implementations§
impl Freeze for RuntimePathResolver
impl RefUnwindSafe for RuntimePathResolver
impl Send for RuntimePathResolver
impl Sync for RuntimePathResolver
impl Unpin for RuntimePathResolver
impl UnsafeUnpin for RuntimePathResolver
impl UnwindSafe for RuntimePathResolver
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