Type Alias RemoteType

Source
pub type RemoteType = RemoteType;

Aliased Type§

enum RemoteType {
    SSH,
    HTTPS,
    File,
}

Variants§

§

SSH

§

HTTPS

§

File