Skip to main content

FilePickerMessage

Type Alias FilePickerMessage 

Source
pub type FilePickerMessage = PickerMessage<FileMatch>;

Aliased Type§

pub enum FilePickerMessage {
    Close,
    CloseAndPopChar,
    CloseWithChar(char),
    Confirm(FileMatch),
    CharTyped(char),
    PopChar,
}

Variants§

§

Close

§

CloseAndPopChar

§

CloseWithChar(char)

§

Confirm(FileMatch)

§

CharTyped(char)

§

PopChar