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