Uses of Class
org.ldk.structs.Option_APIErrorZ
-
Packages that use Option_APIErrorZ Package Description org.ldk.structs -
-
Uses of Option_APIErrorZ in org.ldk.structs
Subclasses of Option_APIErrorZ in org.ldk.structs Modifier and Type Class Description static classOption_APIErrorZ.NoneWhen we're in this state, this COption_APIErrorZ contains nothingstatic classOption_APIErrorZ.SomeWhen we're in this state, this COption_APIErrorZ contains a crate::lightning::util::errors::APIErrorFields in org.ldk.structs declared as Option_APIErrorZ Modifier and Type Field Description Option_APIErrorZResult_COption_APIErrorZDecodeErrorZ.Result_COption_APIErrorZDecodeErrorZ_OK. resMethods in org.ldk.structs that return Option_APIErrorZ Modifier and Type Method Description Option_APIErrorZOption_APIErrorZ. clone()Creates a new COption_APIErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Option_APIErrorZOption_APIErrorZ. none()Constructs a new COption_APIErrorZ containing nothingstatic Option_APIErrorZOption_APIErrorZ. some(APIError o)Constructs a new COption_APIErrorZ containing a crate::lightning::util::errors::APIErrorMethods in org.ldk.structs with parameters of type Option_APIErrorZ Modifier and Type Method Description static Result_COption_APIErrorZDecodeErrorZResult_COption_APIErrorZDecodeErrorZ. ok(Option_APIErrorZ o)Creates a new CResult_COption_APIErrorZDecodeErrorZ in the success state.
-