Type Definition processes::OwnedProcessModule

source ·
pub type OwnedProcessModule = ProcessModule<OwnedHandle>;
Expand description

Type alias for a ProcessModule that owns its Process instance.

Trait Implementations§

source§

impl TryFrom<ProcessModule<BorrowedHandle<'_>>> for OwnedProcessModule

§

type Error = ProcessError

The type returned in the event of a conversion error.
source§

fn try_from(module: BorrowedProcessModule<'_>) -> Result<Self, Self::Error>

Performs the conversion.