Trait acme_core::Handler

source ·
pub trait Handler: Clone {
    type Error: Error + 'static;

    fn handler(&self) -> Result<&Self, Self::Error>
    where
        Self: Sized
; }
Expand description

Required Associated Types§

Required Methods§

Implementors§