export

Function export 

Source
pub async fn export(
    ctx: Context,
    actor: String,
    file: PathBuf,
    pretty: bool,
) -> Result<(), Box<dyn Error>>