module Crul::Safe::Easy::AsFree

Overview

Defines the abstract methods for the Free class.

This module was automatically defined by the Safec library.

Direct including types

Defined in:

lib/safe/easy.cr

Instance Method Summary

Instance Method Detail

abstract def free(p : Pointer(C::Curl)) #

Deallocates the memory pointed by the p pointer.


[View source]