Struct wast_encoder::DependentGraph
source · pub struct DependentGraph { /* private fields */ }
Implementations§
source§impl DependentGraph
impl DependentGraph
pub fn resolve_imports( &self ) -> Result<Vec<CanonicalImport>, TopologicalError<'_, WasiType, WasiModule>>
Trait Implementations§
source§impl<T> AddAssign<T> for DependentGraphwhere
T: DependenciesTrace,
impl<T> AddAssign<T> for DependentGraphwhere
T: DependenciesTrace,
source§fn add_assign(&mut self, rhs: T)
fn add_assign(&mut self, rhs: T)
Performs the
+=
operation. Read moresource§impl Debug for DependentGraph
impl Debug for DependentGraph
source§impl Default for DependentGraph
impl Default for DependentGraph
source§fn default() -> DependentGraph
fn default() -> DependentGraph
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DependentGraph
impl Send for DependentGraph
impl Sync for DependentGraph
impl Unpin for DependentGraph
impl UnwindSafe for DependentGraph
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