Class EmbeddedSass.Value.HostFunction

All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, EmbeddedSass.Value.HostFunctionOrBuilder
Enclosing class:
EmbeddedSass.Value

public static final class EmbeddedSass.Value.HostFunction extends GeneratedMessageV3 implements EmbeddedSass.Value.HostFunctionOrBuilder
 An anonymous custom function defined in the host. New `HostFunction`s may
 only be created by the host, and `HostFunction`s may *never* be passed from
 the compiler to the host. The compiler must instead pass a
 `CompilerFunction` that wraps the `HostFunction`.
 
Protobuf type sass.embedded_protocol.Value.HostFunction
See Also: