pub struct MissingDevResolver;
Expand description
A resolver for MissingDevHandle
resources.
Trait Implementations§
Source§impl ResolveResource<ChipsetDeviceHandleKind, MissingDevHandle> for MissingDevResolver
impl ResolveResource<ChipsetDeviceHandleKind, MissingDevHandle> for MissingDevResolver
Source§type Output = ResolvedChipsetDevice
type Output = ResolvedChipsetDevice
The output type for resource resolution.
Source§type Error = Infallible
type Error = Infallible
The error type for
resolve
.Source§fn resolve(
&self,
resource: MissingDevHandle,
input: ResolveChipsetDeviceHandleParams<'_>,
) -> Result<Self::Output, Self::Error>
fn resolve( &self, resource: MissingDevHandle, input: ResolveChipsetDeviceHandleParams<'_>, ) -> Result<Self::Output, Self::Error>
Resolves the resource.
Auto Trait Implementations§
impl Freeze for MissingDevResolver
impl RefUnwindSafe for MissingDevResolver
impl Send for MissingDevResolver
impl Sync for MissingDevResolver
impl Unpin for MissingDevResolver
impl UnwindSafe for MissingDevResolver
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