Skip to main content

prepare_archived_session

Function prepare_archived_session 

Source
pub async fn prepare_archived_session(
    source: SessionListing,
    workspace: PathBuf,
    metadata: SessionArchiveMetadata,
    intent: ArchivedSessionIntent,
    reserved_identifier: Option<String>,
) -> Result<PreparedArchivedSession>