Type Alias HookResolveActionResult

Source
pub type HookResolveActionResult = Result<Option<Box<dyn Action>>, Error>;

Aliased Type§

pub enum HookResolveActionResult {
    Ok(Option<Box<dyn Action>>),
    Err(Error),
}

Variants§

§1.0.0

Ok(Option<Box<dyn Action>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value