Skip to main content

list_ejectable

Function list_ejectable 

Source
pub fn list_ejectable() -> Result<Vec<MountPoint>>
Expand description

Lists only ejectable/removable mounted volumes.

Shorthand for list_with(ListOptions::ejectable_only()).