std.path.types

Types

#[derive(Show, Eq)]
type Component = 
    | Prefix
    | RootDir
    | CurDir
    | ParentDir
    | Normal String

Values

#[implicit]
let eq_Component : Eq Component

Eq a defines equality (==) on a

#[implicit]
let show_Component : Show Component

Show a represents a conversion function from a to a readable string.