tor_dirserver/
mirror.rs

1//! The Tor directory mirror implementation.
2
3/// Core data type of a directory mirror.
4#[derive(Debug)]
5#[non_exhaustive]
6pub struct DirMirror {}