[][src]Type Definition assemble_app::prelude::HandlerResult

type HandlerResult<T> = Result<T, Box<dyn Error + 'static + Sync + Send, Global>>;