PickFilePath

Trait PickFilePath 

Source
pub trait PickFilePath:
    Send
    + Sync
    + 'static { }
Expand description

Marker trait saying what file path are we picking.

Implementors§

Source§

impl<T> PickFilePath for T
where T: Send + Sync + 'static,