pub fn calculate_consumed_extrinsic_weight<Call>(
maximum_weight: &BlockWeights,
info: &DispatchInfoOf<Call>,
len: usize,
) -> Weightwhere
Call: Dispatchable<Info = DispatchInfo, PostInfo = PostDispatchInfo>,Expand description
Returns the weight that CheckWeight books for an extrinsic before dispatch.