Struct aster::path::PathBuilder
[−]
[src]
pub struct PathBuilder<F = Identity> { // some fields omitted }
Methods
impl PathBuilder
[src]
fn new() -> Self
impl<F> PathBuilder<F> where F: Invoke<Path>
[src]
fn with_callback(callback: F) -> Self
fn build(self, path: Path) -> F::Result
fn span(self, span: Span) -> Self
Update the span to start from this location.