Enum ssh2::OpenType [−][src]
pub enum OpenType {
File,
Dir,
}How to open a file handle with libssh2.
Variants
FileSpecify that a file shoud be opened.
DirSpecify that a directory should be opened.
pub enum OpenType {
File,
Dir,
}How to open a file handle with libssh2.
FileSpecify that a file shoud be opened.
DirSpecify that a directory should be opened.