Type Definition hyper_scripter::error::DisplayResult

source ·
pub type DisplayResult<T = ()> = Result<T, DisplayError>;