Enum conrod::widget::file_navigator::Types [] [src]

pub enum Types<'a> {
    All,
    WithExtension(&'a [&'a str]),
}

A type for specifying the types of files to be shown by a FileNavigator.

Variants

Indicates that files of all types should be shown.

A list of types of files that are accepted by the FileNavigator.

i.e. &["wav", "wave", "aiff"].

Trait Implementations

impl<'a> Copy for Types<'a>
[src]

impl<'a> Clone for Types<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more