atrium_api/com/atproto/repo/
import_repo.rs

1// @generated - This file is generated by atrium-codegen. DO NOT EDIT.
2//!Definitions for the `com.atproto.repo.importRepo` namespace.
3pub const NSID: &str = "com.atproto.repo.importRepo";
4#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)]
5#[serde(tag = "error", content = "message")]
6pub enum Error {}
7impl std::fmt::Display for Error {
8    fn fmt(&self, _f: &mut std::fmt::Formatter) -> std::fmt::Result {
9        Ok(())
10    }
11}