[][src]Type Definition dbcrossbarlib::BoxLocator

type BoxLocator = Box<dyn Locator>;

A value of an unknown type implementing Locator.

Trait Implementations

impl FromStr for BoxLocator[src]

type Err = Error

The associated error which can be returned from parsing.