[][src]Type Definition threshold_crypto::error::FromBytesResult

type FromBytesResult<T> = Result<T, FromBytesError>;

The result of attempting to read a structure from an array of bytes.