atrium_api/com/atproto/
lexicon.rs

1
2
3
4
5
6
7
8
9
// @generated - This file is generated by atrium-codegen. DO NOT EDIT.
//!Definitions for the `com.atproto.lexicon` namespace.
pub mod schema;
#[derive(Debug)]
pub struct Schema;
impl crate::types::Collection for Schema {
    const NSID: &'static str = "com.atproto.lexicon.schema";
    type Record = schema::Record;
}