Type Alias email::account::sync::Target

source ·
pub type Target = Destination;
Expand description

Alias for the target destination.

Aliased Type§

enum Target {
    Local,
    Remote,
}

Variants§

§

Local

An item needs to be synchronized to the local Maildir.

§

Remote

An item needs to be synchronized remotely.