whatever/result
Types
pub type WResult(a) =
Result(a, WhateverErr)
pub type WhateverErr {
WhateverErr
}
Constructors
-
WhateverErr
pub type WResult(a) =
Result(a, WhateverErr)
pub type WhateverErr {
WhateverErr
}
WhateverErr