Learn how to use Rust to build ATProto powered applications
1// @generated - This file is generated by esquema-codegen (forked from atrium-codegen). DO NOT EDIT.
2//!Definitions for the `xyz.statusphere` namespace.
3pub mod status;
4#[derive(Debug)]
5pub struct Status;
6impl atrium_api::types::Collection for Status {
7 const NSID: &'static str = "xyz.statusphere.status";
8 type Record = status::Record;
9}