Skip to main content

ShellItem

Trait ShellItem 

Source
pub trait ShellItem {
    // Required methods
    fn from_id_list(id_list: *const ITEMIDLIST) -> Result<IShellItem>;
    fn get_display_name(&self, name: ShellItemDisplayName) -> Result<U16CString>;
}
Expand description

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§