Trait ethers::core::k256::ecdsa::signature::digest::generic_array::ArrayLength[]

pub unsafe trait ArrayLength<T>: Unsigned {
    type ArrayType;
}
Expand description

Trait making GenericArray work, marking types to be used as length of an array

Associated Types

Associated type representing the array type for the number

Implementors