pub struct NullImportResolver;Trait Implementations§
Source§impl ImportResolver for NullImportResolver
impl ImportResolver for NullImportResolver
fn normalize_import(&self, import: &str) -> Result<String>
fn resolve_import(&self, _import: &str) -> Result<Option<String>>
fn resolve_ffi_transform( &self, _transform: &str, ) -> Result<Option<ForeignTransformObj>>
fn resolve_ffi_type(&self, _type: &str) -> Result<Option<ForeignTypeObj>>
fn resolve_ffi_function( &self, _type: &str, ) -> Result<Option<ForeignFunctionObj>>
Auto Trait Implementations§
impl Freeze for NullImportResolver
impl RefUnwindSafe for NullImportResolver
impl Send for NullImportResolver
impl Sync for NullImportResolver
impl Unpin for NullImportResolver
impl UnwindSafe for NullImportResolver
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