Type Definition json_ld::ExpansionResult

source · []
pub type ExpansionResult<T, J> = Result<ExpandedDocument<J, T>, ExpansionError<J>>;