pub trait AsAtomic: SealedTrait {
type Output;
}Expand description
A trait for types that can be converted to their atomic representation. Currently, a placeholder for future feature of this crate. Safe to put a placeholder here because this is a ‘Sealed’ trait.