Result_DescriptionCreationErrorZ |
Result_DescriptionCreationErrorZ.clone() |
Creates a new CResult_DescriptionCreationErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_DescriptionCreationErrorZ |
Result_DescriptionCreationErrorZ.err(CreationError e) |
Creates a new CResult_DescriptionCreationErrorZ in the error state.
|
static Result_DescriptionCreationErrorZ |
Description.of(String description) |
Creates a new `Description` if `description` is at most 1023 __bytes__ long,
returns `CreationError::DescriptionTooLong` otherwise
Please note that single characters may use more than one byte due to UTF8 encoding.
|
static Result_DescriptionCreationErrorZ |
Result_DescriptionCreationErrorZ.ok(Description o) |
Creates a new CResult_DescriptionCreationErrorZ in the success state.
|