Type Alias RemoteType

Source
pub type RemoteType = RemoteType;

Aliased Type§

enum RemoteType {
    Ssh,
    Https,
    File,
}

Variants§

§

Ssh

§

Https

§

File