tool: Move read_debug
to trait so generic code can use it
Returns error for backends that don't support it.
This commit is contained in:
committed by
Jeremy Soller
parent
0c1584385c
commit
504284bf72
@ -3,6 +3,8 @@
|
||||
pub enum Error {
|
||||
/// Data length is too large
|
||||
DataLength(usize),
|
||||
/// Operation not supported
|
||||
NotSupported,
|
||||
/// A parameter was invalid
|
||||
Parameter,
|
||||
/// EC protocol returned an error result
|
||||
|
Reference in New Issue
Block a user