Type Definition valkyrie_errors::ValkyrieResult

source ·
pub type ValkyrieResult<T = ()> = Result<T, ValkyrieError>;