Type Definition valkyrie_error::ValkyrieResult

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