alpm_types

Type Alias SharedLibraryPrefix

Source
pub type SharedLibraryPrefix = Name;
Expand description

A prefix associated with a library lookup directory.

Library lookup directories are used when detecting shared object files on a system. Each such lookup directory can be assigned to a prefix, which allows identifying them in other contexts. E.g. lib may serve as prefix for the lookup directory /usr/lib.

This is a type alias for Name.

Aliased Type§

struct SharedLibraryPrefix(String);

Fields§

§0: String