1
2
3
4
5
#[derive(thiserror::Error, Debug, Clone)]
#[allow(missing_copy_implementations)]
#[non_exhaustive]
/// Crate error.
pub enum Error {}