sub_prefix method

Result<Prefix, String> sub_prefix(
  1. Prefix other
)

Implementation

Result<Prefix, String> sub_prefix(Prefix other) {
  return this.sub(other.get_prefix());
}