1
2
3
4
5
//! Marker types.

/// Never instantiated type.
#[derive(Debug)]
pub struct Never(());