Home
last modified time | relevance | path

Searched refs:Url (Results 1 – 2 of 2) sorted by relevance

/DragonReach/src/parse/parse_util/
H A Dmod.rs7 unit::{service::ServiceUnit, target::TargetUnit, timer::TimerUnit, Unit, UnitType, Url},
406 pub fn parse_url(s: &str) -> Result<Vec<Url>, ParseError> { in parse_url() argument
407 let _url = Url::default(); in parse_url()
411 urls.push(Url { in parse_url()
/DragonReach/src/unit/
H A Dmod.rs319 pub struct Url { struct
334 documentation: Vec<Url>, argument
460 pub fn documentation(&self) -> &[Url] { in documentation() argument