Trait UploadSessionLink

Source
pub trait UploadSessionLink {
    // Required method
    fn upload_session_link(&self) -> Option<String>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§