pub type NeoFSResult<T> = Result<T, NeoFSError>;Expand description
Result type for NeoFS operations
Aliased Type§
enum NeoFSResult<T> {
Ok(T),
Err(NeoFSError),
}pub type NeoFSResult<T> = Result<T, NeoFSError>;Result type for NeoFS operations
enum NeoFSResult<T> {
Ok(T),
Err(NeoFSError),
}