[][src]Type Definition sspi::builders::FilledAcceptSecurityContext

type FilledAcceptSecurityContext<'a, I, C> = AcceptSecurityContext<'a, I, C, WithCredentialsHandle, WithContextRequirements, WithTargetDataRepresentation, WithOutput>;

Implementations

impl<'a, Inner: SspiImpl<CredentialsHandle = CredsHandle>, CredsHandle> FilledAcceptSecurityContext<'a, Inner, CredsHandle>[src]

pub fn execute(self) -> Result<AcceptSecurityContextResult>[src]

Executes the SSPI function that the builder represents.