Skip to main content

user_module_name

Function user_module_name 

Source
pub fn user_module_name<'a, Driver>(
    module: &impl VmiOsUserModule<'a, Driver>,
) -> Option<String>
where Driver: VmiDriver,
Expand description

Returns the name of the given user module, if available.